summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2011-05-03 08:37:11 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2011-05-03 08:37:11 (GMT)
commit60e65cc23bf1df213320604062ef98e40c46d3df (patch)
tree346becbd879f7f8e3789ae517353232f18f67c6d /tools
parent43482fcfc106864f104f463002575c389d40b12f (diff)
parent7a20cf9d4419cf1a5a9a4ed450b03caa8716fd58 (diff)
downloadQt-60e65cc23bf1df213320604062ef98e40c46d3df.zip
Qt-60e65cc23bf1df213320604062ef98e40c46d3df.tar.gz
Qt-60e65cc23bf1df213320604062ef98e40c46d3df.tar.bz2
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into master-integration
* 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging: (25 commits) Fix compilation Fix the build of configure.exe. Update the source file of configure.exe to enable QtConcurrent for Symbian Get rid of "typename, typename" for TEMPLATE_TEMPLATE_PARAMETERS. Compile with msvc compile with windows get rid of the DisableIfSame hack Update configure to enable QtConcurrent for Symbian Rewrite the interfaces of QtConcurrent. Fix namespace issue with the global static Fix regression with QSettings patch Reduce open and stat system calls for QSettings QNetworkCookie: allow spaces in unquoted values fix tst_qscriptengine after merging MR-1149 QAbstractSocket: Fix waitForReadyRead infinite loop. Fixes warnings about unused variables Fixes warnings about unused variables Fixes warnings about unused variables Fixes warnings Fixes warnings about unused variables ...
Diffstat (limited to 'tools')
-rw-r--r--tools/configure/configure.pro2
-rw-r--r--tools/configure/configureapp.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure/configure.pro b/tools/configure/configure.pro
index 1245646..c2f1b65 100644
--- a/tools/configure/configure.pro
+++ b/tools/configure/configure.pro
@@ -79,6 +79,8 @@ SOURCES = main.cpp configureapp.cpp environment.cpp tools.cpp \
$$QT_SOURCE_TREE/src/corelib/tools/qhash.cpp \
$$QT_SOURCE_TREE/src/corelib/tools/qlist.cpp \
$$QT_SOURCE_TREE/src/corelib/tools/qlocale.cpp \
+ $$QT_SOURCE_TREE/src/corelib/tools/qlocale_win.cpp \
+ $$QT_SOURCE_TREE/src/corelib/tools/qlocale_tools.cpp \
$$QT_SOURCE_TREE/src/corelib/tools/qvector.cpp \
$$QT_SOURCE_TREE/src/corelib/codecs/qutfcodec.cpp \
$$QT_SOURCE_TREE/src/corelib/codecs/qtextcodec.cpp \
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index 494ea52..47e2ef9 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -3216,8 +3216,6 @@ void Configure::generateConfigfiles()
if (dictionary.contains("XQMAKESPEC") && dictionary["XQMAKESPEC"].startsWith("symbian")) {
// These features are not ported to Symbian (yet)
- qconfigList += "QT_NO_CONCURRENT";
- qconfigList += "QT_NO_QFUTURE";
qconfigList += "QT_NO_CRASHHANDLER";
qconfigList += "QT_NO_PRINTER";
qconfigList += "QT_NO_SYSTEMTRAYICON";