qtmobility/plugins/multimedia/m3u/m3u.pro
changeset 1 2b40d63a9c3d
child 5 453da2cfceef
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/qtmobility/plugins/multimedia/m3u/m3u.pro	Fri Apr 16 15:51:22 2010 +0300
@@ -0,0 +1,30 @@
+TEMPLATE = lib
+CONFIG += plugin
+TARGET = $$qtLibraryTarget(m3u)
+
+PLUGIN_TYPE = playlistformats
+
+include (../../../common.pri)
+
+CONFIG += mobility
+MOBILITY = multimedia
+
+DEPENDPATH += .
+INCLUDEPATH += . \
+    ../../../src/multimedia
+
+HEADERS += qm3uhandler.h
+SOURCES += main.cpp \
+           qm3uhandler.cpp
+symbian {
+    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_SUBDIR}/playlistformats
+    DEPLOYMENT += pluginDep
+}
+
+target.path=$$QT_MOBILITY_PREFIX/plugins/playlistformats
+INSTALLS+=target