Update the source file of configure.exe to enable QtConcurrent for Symbian
(cherry picked from commit 8769c84663943fda853f5aa248fa95391594347e)
This commit is contained in:
parent
046befd0c4
commit
b5585088c3
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user