summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPasi Pentikainen <ext-pasi.a.pentikainen@nokia.com>2012-06-14 15:12:50 +0300
committerPasi Pentikäinen <ext-pasi.a.pentikainen@nokia.com>2012-06-20 09:39:21 +0200
commit53f305cf02ed9694b0bcac113590d89794752927 (patch)
tree56086a58f02cc33e76589ae33b949c83ecd096cb
parent8f67d9006be1d79701eb0271d9d2d373eda18e0a (diff)
downloadqt4-tools-53f305cf02ed9694b0bcac113590d89794752927.tar.gz
Symbian: create stub sis during build
Create stub sis during the (tools2) configure step of the Symbian build. This allows changing of the stub sis package version just by modifying the qt_stub.pkg file. Change-Id: I8260fc3db3d6e41926f2217542f84ec93868b65f Reviewed-by: Jaakko Helanti <ext-jaakko.helanti@nokia.com> Reviewed-by: Pasi Pentikäinen <ext-pasi.a.pentikainen@nokia.com> (cherry picked from commit a7f0196fe301b962da94563cffc958df220a6c21)
-rw-r--r--config.profiles/symbian/bld.inf9
-rw-r--r--config.profiles/symbian/qt_stub.sisbin324 -> 0 bytes
2 files changed, 6 insertions, 3 deletions
diff --git a/config.profiles/symbian/bld.inf b/config.profiles/symbian/bld.inf
index 01c2320e90..f11a23d74d 100644
--- a/config.profiles/symbian/bld.inf
+++ b/config.profiles/symbian/bld.inf
@@ -42,9 +42,6 @@ implml/qt_copy.implml CRML_EXPORT_PATH(qt_copy.implml,uda_content)
qt.sisx CRML_EXPORT_PATH(../content/sis/,uda_content)
#endif
-/* export stub sis to enable eclipsing */
-qt_stub.sis /epoc32/data/z/system/install/qt_stub.sis
-
//tools
../../bin/createpackage.bat /epoc32/tools/createpackage.bat
../../bin/createpackage.pl /epoc32/tools/createpackage.pl
@@ -128,3 +125,9 @@ OPTION QT_ROOT ..
OPTION OPTIONS -opensource -confirm-license -openvg QT_OPENGL_ES_CONFIG -script -no-scripttools -no-webkit -make make -graphicssystem openvg -phonon -phonon-backend -usedeffiles -dont-process -nomake examples -nomake demos -nomake tools -audio-backend -fpu softvfp+vfpv2 -debug -debug-and-release
END
+
+/* create stub sis to enable eclipsing */
+START EXTENSION app-services.buildstubsis
+OPTION SISNAME qt_stub
+OPTION SRCDIR .
+END
diff --git a/config.profiles/symbian/qt_stub.sis b/config.profiles/symbian/qt_stub.sis
deleted file mode 100644
index 8305da2647..0000000000
--- a/config.profiles/symbian/qt_stub.sis
+++ /dev/null
Binary files differ