summaryrefslogtreecommitdiffstats
path: root/src/plugins/m3u
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/m3u
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/m3u')
-rw-r--r--src/plugins/m3u/m3u.pro7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/plugins/m3u/m3u.pro b/src/plugins/m3u/m3u.pro
index ccf1687d7..875e815c1 100644
--- a/src/plugins/m3u/m3u.pro
+++ b/src/plugins/m3u/m3u.pro
@@ -1,16 +1,11 @@
TARGET = qtmultimedia_m3u
QT += multimedia-private
-PLUGIN_TYPE=playlistformats
+PLUGIN_TYPE=playlistformats
load(qt_plugin)
-DESTDIR = $$QT.multimedia.plugins/$${PLUGIN_TYPE}
-
HEADERS += qm3uhandler.h
SOURCES += qm3uhandler.cpp
-target.path += $$[QT_INSTALL_PLUGINS]/$${PLUGIN_TYPE}
-INSTALLS += target
-
OTHER_FILES += \
m3u.json