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 --- qt.pro | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qt.pro') diff --git a/qt.pro b/qt.pro index b5a4bc01..a3bbcbea 100644 --- a/qt.pro +++ b/qt.pro @@ -1,3 +1,6 @@ +# Create the super cache so modules will add themselves to it. +cache(, super) + TEMPLATE = subdirs module_qtbase.subdir = qtbase -- cgit v1.2.3