From 1317419aa25b50e262ecfadf579ad753b720a13e Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 18 May 2012 10:50:10 +0200 Subject: create top-level .qmake.super instead of .qmake.cache at this point, the cache is needed only to aggregate the modules, not to "export" qtbase internals. the modules now have private caches for "real" config data. Change-Id: I4c70d220bbc054023710680545a04c171e238aff Reviewed-by: Rohan McGovern Reviewed-by: Joerg Bornemann --- configure | 4 ---- 1 file changed, 4 deletions(-) (limited to 'configure') diff --git a/configure b/configure index b0abf2e3..ac7ac866 100755 --- a/configure +++ b/configure @@ -108,9 +108,5 @@ if (! -e ".qmake.cache") { chdir("$outpath"); -open QMAKE_CACHE, ">.qmake.cache" || die "Could not open .qmake.cache for writing!\n"; -print QMAKE_CACHE "include(\$\$PWD/qtbase/.qmake.cache)\n"; -close QMAKE_CACHE; - $ret = system_v("$outpath/qtbase/bin/qmake $relpath/qt.pro"); exit ($ret>>8); -- cgit v1.2.3