diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2010-10-29 00:39:59 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2010-10-29 00:39:59 (GMT) |
commit | 95b0b37704c97c5b4b48cd53c6592fc714c99828 (patch) | |
tree | 9d9dd221ed24907fb9adfb90550abc1815a811d5 | |
parent | 391e173a8915230205a93b6e0709762f75547772 (diff) | |
download | Qt-95b0b37704c97c5b4b48cd53c6592fc714c99828.zip Qt-95b0b37704c97c5b4b48cd53c6592fc714c99828.tar.gz Qt-95b0b37704c97c5b4b48cd53c6592fc714c99828.tar.bz2 |
Revert "Work around bug causing qml apps to crash on Symbian 5.0 devices."
This reverts commit 391e173a8915230205a93b6e0709762f75547772.
-rwxr-xr-x | configure.exe | bin | 1326080 -> 1325568 bytes | |||
-rw-r--r-- | tools/configure/configureapp.cpp | 1 |
2 files changed, 0 insertions, 1 deletions
diff --git a/configure.exe b/configure.exe Binary files differindex 14c2b47..c36256e 100755 --- a/configure.exe +++ b/configure.exe diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index 93ce162..983416a 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"; |