summaryrefslogtreecommitdiffstats
path: root/config.profiles
diff options
context:
space:
mode:
authorTomi Vihria <tomi.vihria@nokia.com>2011-04-14 15:39:08 +0300
committerOlivier Goffart <olivier.goffart@nokia.com>2011-05-10 12:54:47 +0200
commitd9cc2f8ff2d46cb6d69dcffb189845796ba1a17e (patch)
treeda5c0638c9913424fce3f37b7406a3d02823f5d9 /config.profiles
parentd92ac3c1885239fa5de89eceb2e006f57671f5c6 (diff)
Fixed Qt UDA creation for Symbian
Added a dummy Qt sis file and fixed paths in bld.inf. Otherwise build would fail when FF_QT_IN_UDA is defined. Dummy Qt sis file needs to replaced with a real one when actual UDA image is created. Task-number: QT-4888 Reviewed-by: Guoqing Zhang (cherry picked from commit 6dcb0028e44cba2a00c2fb867fb1757ad5b1a254)
Diffstat (limited to 'config.profiles')
-rw-r--r--config.profiles/symbian/bld.inf2
-rw-r--r--config.profiles/symbian/qt.sisx1
2 files changed, 2 insertions, 1 deletions
diff --git a/config.profiles/symbian/bld.inf b/config.profiles/symbian/bld.inf
index 16a9e15cae..6ccb11c483 100644
--- a/config.profiles/symbian/bld.inf
+++ b/config.profiles/symbian/bld.inf
@@ -38,7 +38,7 @@ loc.prf /epoc32/tools/qt/mkspecs/features/loc.prf
//For UDA image
confml/qt.confml CONFML_EXPORT_PATH(qt.confml,uda_content)
implml/qt_copy.implml CRML_EXPORT_PATH(qt_copy.implml,uda_content)
-content/apps/qt.sisx CRML_EXPORT_PATH(../content/sis/,uda_content)
+qt.sisx CRML_EXPORT_PATH(../content/sis/,uda_content)
#endif
/* export stub sis to enable eclipsing */
diff --git a/config.profiles/symbian/qt.sisx b/config.profiles/symbian/qt.sisx
new file mode 100644
index 0000000000..56a6051ca2
--- /dev/null
+++ b/config.profiles/symbian/qt.sisx
@@ -0,0 +1 @@
+1 \ No newline at end of file