Add install rule for plugins
Change-Id: Icd204cd7eb53af73fcaec3af41b4881592e0d044 Reviewed-on: http://codereview.qt.nokia.com/1919 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
@@ -23,3 +23,6 @@ SOURCES += audioencodercontrol.cpp \
|
|||||||
audiocaptureservice.cpp \
|
audiocaptureservice.cpp \
|
||||||
audiocaptureserviceplugin.cpp \
|
audiocaptureserviceplugin.cpp \
|
||||||
audiocapturesession.cpp
|
audiocapturesession.cpp
|
||||||
|
|
||||||
|
target.path += $$[QT_INSTALL_PLUGINS]/$${PLUGIN_TYPE}
|
||||||
|
INSTALLS += target
|
||||||
|
|||||||
@@ -21,3 +21,6 @@ SOURCES += dsserviceplugin.cpp
|
|||||||
|
|
||||||
include (player/player.pri)
|
include (player/player.pri)
|
||||||
include (camera/camera.pri)
|
include (camera/camera.pri)
|
||||||
|
|
||||||
|
target.path += $$[QT_INSTALL_PLUGINS]/$${PLUGIN_TYPE}
|
||||||
|
INSTALLS += target
|
||||||
|
|||||||
@@ -92,3 +92,6 @@ include(mediacapture/mediacapture.pri)
|
|||||||
contains(gstreamer-photography_enabled, yes) {
|
contains(gstreamer-photography_enabled, yes) {
|
||||||
include(camerabin/camerabin.pri)
|
include(camerabin/camerabin.pri)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
target.path += $$[QT_INSTALL_PLUGINS]/$${PLUGIN_TYPE}
|
||||||
|
INSTALLS += target
|
||||||
|
|||||||
@@ -11,3 +11,6 @@ DESTDIR = $$QT.multimediakit.plugins/$${PLUGIN_TYPE}
|
|||||||
HEADERS += qm3uhandler.h
|
HEADERS += qm3uhandler.h
|
||||||
SOURCES += main.cpp \
|
SOURCES += main.cpp \
|
||||||
qm3uhandler.cpp
|
qm3uhandler.cpp
|
||||||
|
|
||||||
|
target.path += $$[QT_INSTALL_PLUGINS]/$${PLUGIN_TYPE}
|
||||||
|
INSTALLS += target
|
||||||
|
|||||||
@@ -24,3 +24,6 @@ SOURCES += qpulseaudioplugin.cpp \
|
|||||||
qaudioinput_pulse.cpp \
|
qaudioinput_pulse.cpp \
|
||||||
qpulseaudioengine.cpp \
|
qpulseaudioengine.cpp \
|
||||||
qpulsehelpers.cpp
|
qpulsehelpers.cpp
|
||||||
|
|
||||||
|
target.path += $$[QT_INSTALL_PLUGINS]/$${PLUGIN_TYPE}
|
||||||
|
INSTALLS += target
|
||||||
|
|||||||
@@ -56,3 +56,6 @@ OBJECTIVE_SOURCES += \
|
|||||||
}
|
}
|
||||||
|
|
||||||
include(mediaplayer/mediaplayer.pri)
|
include(mediaplayer/mediaplayer.pri)
|
||||||
|
|
||||||
|
target.path += $$[QT_INSTALL_PLUGINS]/$${PLUGIN_TYPE}
|
||||||
|
INSTALLS += target
|
||||||
|
|||||||
@@ -11,3 +11,6 @@ HEADERS += v4lserviceplugin.h
|
|||||||
SOURCES += v4lserviceplugin.cpp
|
SOURCES += v4lserviceplugin.cpp
|
||||||
|
|
||||||
include(radio/radio.pri)
|
include(radio/radio.pri)
|
||||||
|
|
||||||
|
target.path += $$[QT_INSTALL_PLUGINS]/$${PLUGIN_TYPE}
|
||||||
|
INSTALLS += target
|
||||||
|
|||||||
Reference in New Issue
Block a user