qtmobility/plugins/multimedia/m3u/m3u.pro
author William Roberts <williamr@symbian.org>
Fri, 11 Jun 2010 16:26:23 +0100
branchGCC_SURGE
changeset 9 5561c345355e
parent 5 453da2cfceef
child 8 71781823f776
permissions -rw-r--r--
Branch for GCC_SURGE fixes

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