summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2010-10-29 10:39:59 +1000
committerJason McDonald <jason.mcdonald@nokia.com>2010-10-29 10:39:59 +1000
commit95b0b37704c97c5b4b48cd53c6592fc714c99828 (patch)
tree9d9dd221ed24907fb9adfb90550abc1815a811d5
parent391e173a8915230205a93b6e0709762f75547772 (diff)
Revert "Work around bug causing qml apps to crash on Symbian 5.0 devices."
This reverts commit 391e173a8915230205a93b6e0709762f75547772.
-rwxr-xr-xconfigure.exebin1326080 -> 1325568 bytes
-rw-r--r--tools/configure/configureapp.cpp1
2 files changed, 0 insertions, 1 deletions
diff --git a/configure.exe b/configure.exe
index 14c2b47b89..c36256eb98 100755
--- a/configure.exe
+++ b/configure.exe
Binary files differ
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index 93ce1628fe..983416a9f1 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -1556,7 +1556,6 @@ 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";