diff options
author | Liang Qi <liang.qi@nokia.com> | 2011-04-19 05:27:50 (GMT) |
---|---|---|
committer | Liang Qi <liang.qi@nokia.com> | 2011-05-02 12:57:04 (GMT) |
commit | 5fc99e9f8e3b24c712d1673d3b55afa8c8090cb4 (patch) | |
tree | 9a92704a0035f9b79fba8fed89384961be72925b | |
parent | 0ba0c374fe055623381e3795daa6743c5c995bbc (diff) | |
download | Qt-5fc99e9f8e3b24c712d1673d3b55afa8c8090cb4.zip Qt-5fc99e9f8e3b24c712d1673d3b55afa8c8090cb4.tar.gz Qt-5fc99e9f8e3b24c712d1673d3b55afa8c8090cb4.tar.bz2 |
Update configure to enable QtConcurrent for Symbian
-rwxr-xr-x | configure | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -7506,10 +7506,8 @@ EOF ;; symbian-gcce) canBuildWebKit="no" - canBuildQtConcurrent="no" ;; symbian-armcc) - canBuildQtConcurrent="no" ;; esac @@ -8222,7 +8220,7 @@ if [ "$XPLATFORM_SYMBIAN" = "yes" ]; then # We cannot use Linux's default export rules since they export everything. QCONFIG_FLAGS="$QCONFIG_FLAGS QT_DLL" # Disable non-working features. - QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_CONCURRENT QT_NO_QFUTURE QT_NO_CRASHHANDLER QT_NO_PRINTER QT_NO_SYSTEMTRAYICON" + QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_CRASHHANDLER QT_NO_PRINTER QT_NO_SYSTEMTRAYICON" fi if [ -n "$QCONFIG_FLAGS" ]; then |