Add concurrent to QT_CONFIG also on Windows
It was forgotten in 7c64ab4966
Change-Id: I1ed9a60983f978d89615ae91c99f5c02ffe57f7c
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
parent
a120f1a733
commit
d21f28956e
@ -2501,6 +2501,8 @@ void Configure::generateOutputVars()
|
|||||||
|
|
||||||
// We currently have no switch for QtSvg, so add it unconditionally.
|
// We currently have no switch for QtSvg, so add it unconditionally.
|
||||||
qtConfig += "svg";
|
qtConfig += "svg";
|
||||||
|
// We currently have no switch for QtConcurrent, so add it unconditionally.
|
||||||
|
qtConfig += "concurrent";
|
||||||
|
|
||||||
if (dictionary[ "V8" ] == "yes") {
|
if (dictionary[ "V8" ] == "yes") {
|
||||||
qtConfig += "v8";
|
qtConfig += "v8";
|
||||||
|
Loading…
Reference in New Issue
Block a user