summaryrefslogtreecommitdiffstats
path: root/config.tests
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-10-10 19:41:40 +0200
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-10-17 13:44:43 +0000
commit4ebe8cefde2ee70753d710b4355d24e237d93366 (patch)
treeb54d876cf15dbe9379453feb00e8fbcf89bec865 /config.tests
parentd715667b206768677c18cd575ccd4f60c41a1091 (diff)
make also configure tests not see %LIB% and %INCLUDE% under mingw
amends 03ae6ad8e. Change-Id: I1adfb8d5de59b26e37bd35c5e8e4410d084d8d93 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'config.tests')
-rw-r--r--config.tests/.qmake.conf7
1 files changed, 1 insertions, 6 deletions
diff --git a/config.tests/.qmake.conf b/config.tests/.qmake.conf
index 71e6817656..e8f6f09e9d 100644
--- a/config.tests/.qmake.conf
+++ b/config.tests/.qmake.conf
@@ -1,6 +1 @@
-mingw {
- TMPPATH = $$(INCLUDE)
- QMAKE_INCDIR_POST += $$split(TMPPATH, $$QMAKE_DIRLIST_SEP)
- TMPPATH = $$(LIB)
- QMAKE_LIBDIR_POST += $$split(TMPPATH, $$QMAKE_DIRLIST_SEP)
-}
+# This file exists only to detach the tests from the surroundings.