diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2010-10-28 08:54:25 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2010-10-28 08:54:25 (GMT) |
commit | 391e173a8915230205a93b6e0709762f75547772 (patch) | |
tree | 7a90ec42caec01a78a31a4c349609ad5a19ab275 /tools/configure | |
parent | e8123e3392ecc36177d9a8537c2dd32a258ab3cb (diff) | |
download | Qt-391e173a8915230205a93b6e0709762f75547772.zip Qt-391e173a8915230205a93b6e0709762f75547772.tar.gz Qt-391e173a8915230205a93b6e0709762f75547772.tar.bz2 |
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
Diffstat (limited to 'tools/configure')
-rw-r--r-- | tools/configure/configureapp.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index 983416a..93ce162 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"; |