From 86765166b9d219f6af8c69c41794ce2dfd224a63 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Tue, 13 Sep 2011 08:53:40 +1000 Subject: Ensure build_all is propagated to all modules when appropriate. If qtbase was configured to build both debug and release versions of libraries, it makes sense for any modules we are building to do the same by default. Change-Id: Idb5f78a7414b6ed2bacf295ad01f259fca435410 Reviewed-on: http://codereview.qt-project.org/4702 Reviewed-by: Qt Sanity Bot Reviewed-by: Toby Tomkins Reviewed-by: Oswald Buddenhagen --- tools/configure/configureapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index a6b87a336f..b22412fe09 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -2605,7 +2605,7 @@ void Configure::generateOutputVars() // Other options ------------------------------------------------ if (dictionary[ "BUILDALL" ] == "yes") { - qmakeConfig += "build_all"; + qtConfig += "build_all"; } qmakeConfig += dictionary[ "BUILD" ]; dictionary[ "QMAKE_OUTDIR" ] = dictionary[ "BUILD" ]; -- cgit v1.2.3