equal
deleted
inserted
replaced
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 |