qtmobility/plugins/multimedia/m3u/m3u.pro
changeset 8 71781823f776
parent 5 453da2cfceef
child 11 06b8e2af4411
equal deleted inserted replaced
5:453da2cfceef 8:71781823f776
    21     TARGET.CAPABILITY = ALL -TCB
    21     TARGET.CAPABILITY = ALL -TCB
    22     TARGET.EPOCALLOWDLLDATA = 1
    22     TARGET.EPOCALLOWDLLDATA = 1
    23     
    23     
    24     #make a sis package from plugin + stub (plugin)
    24     #make a sis package from plugin + stub (plugin)
    25     pluginDep.sources = $${TARGET}.dll
    25     pluginDep.sources = $${TARGET}.dll
    26     pluginDep.path = $${QT_PLUGINS_BASE_DIR}/$${PLUGIN_SUBDIR}/playlistformats
    26     pluginDep.path = $${QT_PLUGINS_BASE_DIR}/$${PLUGIN_TYPE}
    27     DEPLOYMENT += pluginDep
    27     DEPLOYMENT += pluginDep
    28 }
    28 }
    29 
    29 
    30 target.path=$$QT_MOBILITY_PREFIX/plugins/playlistformats
    30 target.path=$${QT_MOBILITY_PREFIX}/plugins/$${PLUGIN_TYPE}
       
    31 maemo6:target.path=$$[QT_INSTALL_PLUGINS]/$${PLUGIN_TYPE}
    31 INSTALLS+=target
    32 INSTALLS+=target