diff options
Diffstat (limited to 'config.profiles')
-rw-r--r-- | config.profiles/symbian/bld.inf | 9 | ||||
-rw-r--r-- | config.profiles/symbian/qt_stub.sis | bin | 324 -> 0 bytes |
2 files changed, 6 insertions, 3 deletions
diff --git a/config.profiles/symbian/bld.inf b/config.profiles/symbian/bld.inf index 01c2320..f11a23d 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 Binary files differdeleted file mode 100644 index 8305da2..0000000 --- a/config.profiles/symbian/qt_stub.sis +++ /dev/null |