Update configure to enable QtConcurrent for Symbian
authorLiang Qi <liang.qi@nokia.com>
Tue, 19 Apr 2011 05:27:50 +0000 (07:27 +0200)
committerLiang Qi <liang.qi@nokia.com>
Mon, 16 May 2011 08:27:12 +0000 (10:27 +0200)
(cherry picked from commit 5fc99e9f8e3b24c712d1673d3b55afa8c8090cb4)

configure

index e6956fb..3ecb643 100755 (executable)
--- a/configure
+++ b/configure
@@ -7519,10 +7519,8 @@ EOF
         canBuildQtConcurrent="no"
        ;;
     symbian-gcce)
-        canBuildQtConcurrent="no"
         ;;
     symbian-armcc)
-        canBuildQtConcurrent="no"
         ;;
 esac
 
@@ -8237,7 +8235,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