From 53f305cf02ed9694b0bcac113590d89794752927 Mon Sep 17 00:00:00 2001 From: Pasi Pentikainen Date: Thu, 14 Jun 2012 15:12:50 +0300 Subject: Symbian: create stub sis during build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Pasi Pentikäinen (cherry picked from commit a7f0196fe301b962da94563cffc958df220a6c21) --- config.profiles/symbian/bld.inf | 9 ++++++--- config.profiles/symbian/qt_stub.sis | Bin 324 -> 0 bytes 2 files changed, 6 insertions(+), 3 deletions(-) delete mode 100644 config.profiles/symbian/qt_stub.sis 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 Binary files a/config.profiles/symbian/qt_stub.sis and /dev/null differ -- cgit v1.2.3