From 0affd9023ff1146c822cd188612c7727947ea618 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 24 Oct 2012 15:33:02 +0200 Subject: 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 Reviewed-by: Joerg Bornemann --- src/plugins/gstreamer/audiodecoder/audiodecoder.pro | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/plugins/gstreamer/audiodecoder') 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 -- cgit v1.2.3