From d21f28956e494baae311dc6d8f9dfbd4448965b5 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Thu, 26 Jan 2012 12:52:44 +0100 Subject: Add concurrent to QT_CONFIG also on Windows It was forgotten in 7c64ab4966e24834768eb1a09b3d2fd08471787a Change-Id: I1ed9a60983f978d89615ae91c99f5c02ffe57f7c Reviewed-by: Oswald Buddenhagen --- tools/configure/configureapp.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/configure') diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index d32b65107f..14a47af92f 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -2501,6 +2501,8 @@ void Configure::generateOutputVars() // We currently have no switch for QtSvg, so add it unconditionally. qtConfig += "svg"; + // We currently have no switch for QtConcurrent, so add it unconditionally. + qtConfig += "concurrent"; if (dictionary[ "V8" ] == "yes") { qtConfig += "v8"; -- cgit v1.2.3