summaryrefslogtreecommitdiffstats
path: root/src/plugins/gstreamer/audiodecoder
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/gstreamer/audiodecoder
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/gstreamer/audiodecoder')
-rw-r--r--src/plugins/gstreamer/audiodecoder/audiodecoder.pro6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/plugins/gstreamer/audiodecoder/audiodecoder.pro b/src/plugins/gstreamer/audiodecoder/audiodecoder.pro
index 0e0209007..e559f7e02 100644
--- a/src/plugins/gstreamer/audiodecoder/audiodecoder.pro
+++ b/src/plugins/gstreamer/audiodecoder/audiodecoder.pro
@@ -1,8 +1,7 @@
TARGET = gstaudiodecoder
-PLUGIN_TYPE = mediaservice
+PLUGIN_TYPE = mediaservice
load(qt_plugin)
-DESTDIR = $$QT.multimedia.plugins/$${PLUGIN_TYPE}
include(../common.pri)
@@ -20,9 +19,6 @@ SOURCES += \
$$PWD/qgstreameraudiodecodersession.cpp \
$$PWD/qgstreameraudiodecoderserviceplugin.cpp
-target.path += $$[QT_INSTALL_PLUGINS]/$${PLUGIN_TYPE}
-INSTALLS += target
-
OTHER_FILES += \
audiodecoder.json