summaryrefslogtreecommitdiffstats
path: root/src/plugins/m3u/m3u.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/m3u/m3u.pro')
-rw-r--r--src/plugins/m3u/m3u.pro23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/plugins/m3u/m3u.pro b/src/plugins/m3u/m3u.pro
new file mode 100644
index 000000000..f639445ee
--- /dev/null
+++ b/src/plugins/m3u/m3u.pro
@@ -0,0 +1,23 @@
+load(qt_module)
+
+TARGET = qtmultimediakit_m3u
+QT += multimediakit-private
+PLUGIN_TYPE=playlistformats
+
+load(qt_plugin)
+DESTDIR = $$QT.multimediakit.plugins/$${PLUGIN_TYPE}
+
+
+HEADERS += qm3uhandler.h
+SOURCES += main.cpp \
+ qm3uhandler.cpp
+symbian {
+ TARGET.UID3 = 0x2002BFC7
+ TARGET.CAPABILITY = ALL -TCB
+ TARGET.EPOCALLOWDLLDATA = 1
+
+ #make a sis package from plugin + stub (plugin)
+ pluginDep.sources = $${TARGET}.dll
+ pluginDep.path = $${QT_PLUGINS_BASE_DIR}/$${PLUGIN_TYPE}
+ DEPLOYMENT += pluginDep
+}