summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@qt.io>2018-10-22 12:07:05 +0200
committerKarsten Heimrich <karsten.heimrich@qt.io>2018-10-22 10:18:24 +0000
commitecdb87783b1c97dcc92f247fe231d7e28d6c935b (patch)
treee253f6eb61a40ca48b6a94f739fc8967299f5584
parentfff1beb979053dbd2649757fd2a0b806487014b4 (diff)
Remove core, gui, etc. dependency from configure test
Task-number: QTBUG-67157 Change-Id: I63aa1a7b03964a88bd6fc99597815655aad2ba2a Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
-rw-r--r--config.tests/compilerdetection/compilerdetection.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.tests/compilerdetection/compilerdetection.pro b/config.tests/compilerdetection/compilerdetection.pro
index 0510397..6f0c31f 100644
--- a/config.tests/compilerdetection/compilerdetection.pro
+++ b/config.tests/compilerdetection/compilerdetection.pro
@@ -1,5 +1,7 @@
TEMPLATE = app
+QT =
+
CONFIG += qt
CONFIG += c++11
CONFIG += console