summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/toolchain.prf
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-12-06 11:02:07 +0100
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-12-14 18:06:07 +0000
commit7830cdd8337e3ee9bade2e2c945ce3a2a068e442 (patch)
tree23a86fdc70be4971fe4580369f3b1a6d4b53c90a /mkspecs/features/toolchain.prf
parent0a8a7598223993c77985e99d46b20d7ea34fe8c2 (diff)
configure: during early setup, skip all of default_pre.prf
... instead of only toolchain.prf. the license check could go haywire, and everything else that file does is meaningless in configure context anyway. Task-number: QTBUG-63452 Change-Id: I5e31c87fe717fda40978c0317556070637e537e2 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'mkspecs/features/toolchain.prf')
-rw-r--r--mkspecs/features/toolchain.prf3
1 files changed, 0 insertions, 3 deletions
diff --git a/mkspecs/features/toolchain.prf b/mkspecs/features/toolchain.prf
index eb592badf4..fdf3d1cdd3 100644
--- a/mkspecs/features/toolchain.prf
+++ b/mkspecs/features/toolchain.prf
@@ -1,7 +1,4 @@
-# In early configure setup; nothing useful to be done here.
-isEmpty(QMAKE_CXX): return()
-
defineReplace(qtMakeExpand) {
out = "$$1"
for(ever) {