diff options
-rwxr-xr-x | configure.exe | bin | 1325568 -> 1326080 bytes | |||
-rw-r--r-- | tools/configure/configureapp.cpp | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/configure.exe b/configure.exe Binary files differindex c36256e..14c2b47 100755 --- a/configure.exe +++ b/configure.exe 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"; |