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:
Samuli Piippo 2012-01-26 12:52:44 +01:00 committed by Qt by Nokia
parent a120f1a733
commit d21f28956e

View File

@ -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";