summaryrefslogtreecommitdiffstats
path: root/src/plugins/v4l/v4l.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-10-24 15:33:02 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-05 14:01:31 +0100
commit0affd9023ff1146c822cd188612c7727947ea618 (patch)
tree3e1f3efed0801fe275beff7511f45b9d856e9df5 /src/plugins/v4l/v4l.pro
parent9dbcbc0b2f4a932a1f68572135de44124bab064c (diff)
adjust to qt_plugin.prf changes
DESTDIR and INSTALLS+=target are set up automatically now. note that in the qmediaserviceprovider test we must override that. also, TARGET munging is done automatically. Change-Id: Ida5d5601e22b099134d1ec07ace713e0d0986bd6 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'src/plugins/v4l/v4l.pro')
-rw-r--r--src/plugins/v4l/v4l.pro6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/plugins/v4l/v4l.pro b/src/plugins/v4l/v4l.pro
index 0eb985cc8..92c561947 100644
--- a/src/plugins/v4l/v4l.pro
+++ b/src/plugins/v4l/v4l.pro
@@ -1,14 +1,10 @@
TARGET = qtmedia_v4lengine
QT += multimedia-private
-PLUGIN_TYPE = mediaservice
+PLUGIN_TYPE = mediaservice
load(qt_plugin)
-DESTDIR = $$QT.multimedia.plugins/$${PLUGIN_TYPE}
HEADERS += v4lserviceplugin.h
SOURCES += v4lserviceplugin.cpp
include(radio/radio.pri)
-
-target.path += $$[QT_INSTALL_PLUGINS]/$${PLUGIN_TYPE}
-INSTALLS += target