summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2010-10-28 18:54:25 +1000
committerJason McDonald <jason.mcdonald@nokia.com>2010-10-28 18:54:25 +1000
commit391e173a8915230205a93b6e0709762f75547772 (patch)
tree7a90ec42caec01a78a31a4c349609ad5a19ab275
parente8123e3392ecc36177d9a8537c2dd32a258ab3cb (diff)
Work around bug causing qml apps to crash on Symbian 5.0 devices.
Disable QML debugging on the devices for now. A better fix will be provided in the next release. Task-number: QTBUG-14670 Reviewed-by: Miikka Heikkinen
-rwxr-xr-xconfigure.exebin1325568 -> 1326080 bytes
-rw-r--r--tools/configure/configureapp.cpp1
2 files changed, 1 insertions, 0 deletions
diff --git a/configure.exe b/configure.exe
index c36256eb98..14c2b47b89 100755
--- a/configure.exe
+++ b/configure.exe
Binary files differ
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index 983416a9f1..93ce1628fe 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -1556,6 +1556,7 @@ void Configure::applySpecSpecifics()
dictionary[ "ARM_FPU_TYPE" ] = "softvfp";
dictionary[ "SQL_SQLITE" ] = "yes";
dictionary[ "SQL_SQLITE_LIB" ] = "system";
+ dictionary[ "DECLARATIVE_DEBUG" ] = "no";
// Disable building docs and translations for now
disabledBuildParts << "docs" << "translations";