Skip to content

Commit 53f305c

Browse files
author
Pasi Pentikainen
committed
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 <[email protected]> Reviewed-by: Pasi Pentikäinen <[email protected]> (cherry picked from commit a7f0196)
1 parent 8f67d90 commit 53f305c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

config.profiles/symbian/bld.inf

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ implml/qt_copy.implml CRML_EXPORT_PATH(qt_copy.implml,uda_content)
4242
qt.sisx CRML_EXPORT_PATH(../content/sis/,uda_content)
4343
#endif
4444

45-
/* export stub sis to enable eclipsing */
46-
qt_stub.sis /epoc32/data/z/system/install/qt_stub.sis
47-
4845
//tools
4946
../../bin/createpackage.bat /epoc32/tools/createpackage.bat
5047
../../bin/createpackage.pl /epoc32/tools/createpackage.pl
@@ -128,3 +125,9 @@ OPTION QT_ROOT ..
128125

129126
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
130127
END
128+
129+
/* create stub sis to enable eclipsing */
130+
START EXTENSION app-services.buildstubsis
131+
OPTION SISNAME qt_stub
132+
OPTION SRCDIR .
133+
END

config.profiles/symbian/qt_stub.sis

-324 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)