summaryrefslogtreecommitdiffstats
path: root/src/s60installs/s60installs.pro
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2009-12-28 12:02:53 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2009-12-28 12:10:50 (GMT)
commit266119b05e991a8e96509bb658885425722f1aa3 (patch)
tree30d1598a68784bcf4fbf57ed3eba3b275e09d75d /src/s60installs/s60installs.pro
parent2751cdb118f2ac0ba39613e2064471333904c770 (diff)
downloadQt-266119b05e991a8e96509bb658885425722f1aa3.zip
Qt-266119b05e991a8e96509bb658885425722f1aa3.tar.gz
Qt-266119b05e991a8e96509bb658885425722f1aa3.tar.bz2
Using qt.iby no longer requires emulator deployment to be done
Export generated plugin stubs to a known location under epoc32 in all Symbian builds, so that emulator deployment is not the only way to make them available for qt.iby. Task-number: QTBUG-6972 Reviewed-by: Janne Koskinen
Diffstat (limited to 'src/s60installs/s60installs.pro')
-rw-r--r--src/s60installs/s60installs.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s60installs/s60installs.pro b/src/s60installs/s60installs.pro
index 37adfa9..6842af8 100644
--- a/src/s60installs/s60installs.pro
+++ b/src/s60installs/s60installs.pro
@@ -117,4 +117,9 @@ symbian: {
BLD_INF_RULES.prj_exports += "qt.iby $$CORE_MW_LAYER_IBY_EXPORT_PATH(qt.iby)"
BLD_INF_RULES.prj_exports += "qtdemoapps.iby $$CORE_APP_LAYER_IBY_EXPORT_PATH(qtdemoapps.iby)"
+ PLUGIN_STUBS = $$files(qmakepluginstubs/*)
+ for(STUB, PLUGIN_STUBS) {
+ STUB_FILENAME = $$basename(STUB)
+ BLD_INF_RULES.prj_exports += "qmakepluginstubs/$${STUB_FILENAME} /epoc32/data/qt/qtlibspluginstubs/$${STUB_FILENAME}"
+ }
}