Update the source file of configure.exe to enable QtConcurrent for Symbian

(cherry picked from commit 8769c84663943fda853f5aa248fa95391594347e)
This commit is contained in:
Liang Qi 2011-04-26 14:18:00 +02:00 committed by Olivier Goffart
parent 046befd0c4
commit b5585088c3

View File

@ -3230,8 +3230,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";