From 57fed47ac042f6dd3d5a381ce6b9e5906648ca86 Mon Sep 17 00:00:00 2001 From: Jason Barron Date: Mon, 29 Oct 2012 10:17:33 +0100 Subject: Generate a .qmake.cache in config.tests from configure.exe. We need to generate a .qmake.cache file in the config.tests directory on Windows to ensure that the config.tests can actually be compiled before the qmodule.pri is created. Task-number: QTBUG-27708 Change-Id: I8d9397a8cbdb2aa19a5318497177d76049f9fa91 Reviewed-by: Oswald Buddenhagen --- tools/configure/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/configure/main.cpp') diff --git a/tools/configure/main.cpp b/tools/configure/main.cpp index 53013c969d..e917137837 100644 --- a/tools/configure/main.cpp +++ b/tools/configure/main.cpp @@ -78,6 +78,10 @@ int runConfigure( int argc, char** argv ) if (!app.isOk()) return 3; + app.generateSystemVars(); + if (!app.isOk()) + return 3; + // Auto-detect modules and settings. app.autoDetection(); -- cgit v1.2.3