From f2b77e0c3cfdcd05ae0585daa3cf9b8e88dcac69 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 15 Nov 2012 14:49:19 +0100 Subject: make qt_tool support building bootstrapped tools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit as a "side effect", this fixes the build of bootstrapped tools when doing a debug build under msvc: qt.prf would add CONFIG+=release after default_post.prf already loaded debug.prf. Change-Id: Idd17cf28d358950fd90bb18ca7a8d67e06953bc1 Reviewed-by: Joerg Bornemann Reviewed-by: Jan Arve Sæther --- src/tools/bootstrap/bootstrap.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/tools/bootstrap') diff --git a/src/tools/bootstrap/bootstrap.pro b/src/tools/bootstrap/bootstrap.pro index 887bc49038..e57f4dfb2b 100644 --- a/src/tools/bootstrap/bootstrap.pro +++ b/src/tools/bootstrap/bootstrap.pro @@ -24,7 +24,6 @@ DEFINES += \ $$MODULE_DEFINES \ QT_NO_CAST_FROM_ASCII -MODULE_CONFIG = console -app_bundle release MODULE_PRIVATE_INCLUDES = \ \$\$QT_MODULE_INCLUDE_BASE \ \$\$QT_MODULE_INCLUDE_BASE/QtCore \ @@ -34,7 +33,7 @@ MODULE_PRIVATE_INCLUDES = \ \$\$QT_MODULE_INCLUDE_BASE/QtXml/$$QT_VERSION \ \$\$QT_MODULE_INCLUDE_BASE/QtXml/$$QT_VERSION/QtXml -qtProcessModuleFlags(CONFIG, MODULE_CONFIG) +CONFIG += release load(qt_module) -- cgit v1.2.3