aboutsummaryrefslogtreecommitdiffstats
path: root/qt.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-05-02 12:20:19 +0200
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-08-17 13:57:40 +0000
commit31590c0b65d90c02586527c658d71e83d6d98843 (patch)
tree2f16346fef329aa04eae7ac603fed1bcc9f6ba2c /qt.pro
parentd4479f59f86ec1447f18b5afac3e4be78e3a4219 (diff)
set QTDIR_build in .qmake.super
this suppresses license checking in default_pre.prf in the super module. submodules set it via their .qmake.conf's. Change-Id: Ic3599613140169eeacb48385be8f324c4bef8f1a Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'qt.pro')
-rw-r--r--qt.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/qt.pro b/qt.pro
index af16c6df..9ce0a694 100644
--- a/qt.pro
+++ b/qt.pro
@@ -1,5 +1,7 @@
# Create the super cache so modules will add themselves to it.
-cache(, super)
+# Also suppress the license check on subsequent "visits". The first
+# visit will skip it anyway due to not having a compiler set up yet.
+cache(CONFIG, add super, $$list(QTDIR_build))
TEMPLATE = subdirs