qtmobility/plugins/multimedia/m3u/m3u.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 14 May 2010 16:41:33 +0300
changeset 5 453da2cfceef
parent 1 2b40d63a9c3d
child 8 71781823f776
permissions -rw-r--r--
Revision: 201017 Kit: 201019

TEMPLATE = lib
CONFIG += plugin
TARGET = $$qtLibraryTarget(qtmedia_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_SUBDIR}/playlistformats
    DEPLOYMENT += pluginDep
}

target.path=$$QT_MOBILITY_PREFIX/plugins/playlistformats
INSTALLS+=target