--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/plugins/multimedia/m3u/m3u.pro Wed Aug 25 15:49:42 2010 +0300
@@ -0,0 +1,28 @@
+TEMPLATE = lib
+CONFIG += plugin
+TARGET = $$qtLibraryTarget(qtmultimediakit_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.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
+}