From 391e173a8915230205a93b6e0709762f75547772 Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Thu, 28 Oct 2010 18:54:25 +1000 Subject: 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 --- configure.exe | Bin 1325568 -> 1326080 bytes tools/configure/configureapp.cpp | 1 + 2 files changed, 1 insertion(+) diff --git a/configure.exe b/configure.exe index c36256e..14c2b47 100755 Binary files a/configure.exe and b/configure.exe differ 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"; -- cgit v0.12