Changeset 651 for trunk/src/s60installs/s60installs.pro
- Timestamp:
- Mar 8, 2010, 12:52:58 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.2 (added) merged: 650 /branches/vendor/nokia/qt/current merged: 649 /branches/vendor/nokia/qt/4.6.1 removed
- Property svn:mergeinfo changed
-
trunk/src/s60installs/s60installs.pro
r561 r651 79 79 } 80 80 81 DEPLOYMENT += qtresources qtlibraries imageformats_plugins codecs_plugins graphicssystems_plugins 81 # Support backup & restore for Qt libraries 82 qtbackup.sources = backup_registration.xml 83 qtbackup.path = c:/private/10202D56/import/packages/$$replace(TARGET.UID3, 0x,) 84 85 DEPLOYMENT += qtresources qtlibraries qtbackup imageformats_plugins codecs_plugins graphicssystems_plugins 82 86 83 87 contains(QT_CONFIG, svg): { … … 111 115 } 112 116 117 contains(QT_CONFIG, multimedia) { 118 qtlibraries.sources += QtMultimedia.dll 119 } 120 113 121 BLD_INF_RULES.prj_exports += "qt.iby $$CORE_MW_LAYER_IBY_EXPORT_PATH(qt.iby)" 114 122 BLD_INF_RULES.prj_exports += "qtdemoapps.iby $$CORE_APP_LAYER_IBY_EXPORT_PATH(qtdemoapps.iby)" 115 PLUGIN_STUBS = $$files(qmakepluginstubs/*)116 for(STUB, PLUGIN_STUBS) {117 STUB_FILENAME = $$basename(STUB)118 BLD_INF_RULES.prj_exports += "qmakepluginstubs/$${STUB_FILENAME} /epoc32/data/qt/qtlibspluginstubs/$${STUB_FILENAME}"119 }120 123 }
Note:
See TracChangeset
for help on using the changeset viewer.