summaryrefslogtreecommitdiffstats
path: root/config.profiles
diff options
context:
space:
mode:
authorPasi Pentikainen <ext-pasi.a.pentikainen@nokia.com>2012-06-14 15:12:50 +0300
committerQt by Nokia <qt-info@nokia.com>2012-06-19 10:10:53 +0200
commita7f0196fe301b962da94563cffc958df220a6c21 (patch)
tree2d164cda486419545a80d1f587cc8f2e705b9265 /config.profiles
parent29384815fb74ddfa90007f9ffede77be45e9a0fd (diff)
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>
Diffstat (limited to 'config.profiles')
-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