equal
deleted
inserted
replaced
79 |
79 |
80 phonon_backend_plugins.path = c:$$QT_PLUGINS_BASE_DIR/phonon_backend |
80 phonon_backend_plugins.path = c:$$QT_PLUGINS_BASE_DIR/phonon_backend |
81 DEPLOYMENT += phonon_backend_plugins |
81 DEPLOYMENT += phonon_backend_plugins |
82 } |
82 } |
83 |
83 |
84 DEPLOYMENT += qtresources qtlibraries imageformats_plugins codecs_plugins graphicssystems_plugins |
84 # Support backup & restore for Qt libraries |
|
85 qtbackup.sources = backup_registration.xml |
|
86 qtbackup.path = c:/private/10202D56/import/packages/$$replace(TARGET.UID3, 0x,) |
|
87 |
|
88 DEPLOYMENT += qtresources qtlibraries qtbackup imageformats_plugins codecs_plugins graphicssystems_plugins |
85 |
89 |
86 contains(QT_CONFIG, svg): { |
90 contains(QT_CONFIG, svg): { |
87 qtlibraries.sources += QtSvg.dll |
91 qtlibraries.sources += QtSvg.dll |
88 imageformats_plugins.sources += qsvg.dll |
92 imageformats_plugins.sources += qsvg.dll |
89 iconengines_plugins.sources = qsvgicon.dll |
93 iconengines_plugins.sources = qsvgicon.dll |
111 contains(QT_CONFIG, openvg) { |
115 contains(QT_CONFIG, openvg) { |
112 qtlibraries.sources += QtOpenVG.dll |
116 qtlibraries.sources += QtOpenVG.dll |
113 graphicssystems_plugins.sources += qvggraphicssystem.dll |
117 graphicssystems_plugins.sources += qvggraphicssystem.dll |
114 } |
118 } |
115 |
119 |
|
120 contains(QT_CONFIG, multimedia) { |
|
121 qtlibraries.sources += QtMultimedia.dll |
|
122 } |
|
123 |
116 #BLD_INF_RULES.prj_exports += "qt.iby $$CORE_MW_LAYER_IBY_EXPORT_PATH(qt.iby)" |
124 #BLD_INF_RULES.prj_exports += "qt.iby $$CORE_MW_LAYER_IBY_EXPORT_PATH(qt.iby)" |
117 #:QTP:QTPROD-220: Qt Examples should be exported to ROFS3 |
125 #:QTP:QTPROD-220: Qt Examples should be exported to ROFS3 |
118 #BLD_INF_RULES.prj_exports += "qtdemoapps.iby $$CUSTOMER_VARIANT_APP_LAYER_IBY_EXPORT_PATH(qtdemoapps.iby)" |
126 #BLD_INF_RULES.prj_exports += "qtdemoapps.iby $$CUSTOMER_VARIANT_APP_LAYER_IBY_EXPORT_PATH(qtdemoapps.iby)" |
119 PLUGIN_STUBS = $$files(qmakepluginstubs/*) |
127 PLUGIN_STUBS = $$files(qmakepluginstubs/*) |
120 for(STUB, PLUGIN_STUBS) { |
128 for(STUB, PLUGIN_STUBS) { |