summaryrefslogtreecommitdiffstats
path: root/mkspecs/win32-icc
diff options
context:
space:
mode:
authorAlexander Shevchenko <sav_ix@ukr.net>2018-01-25 14:09:46 +0200
committerAlexander Shevchenko <sav_ix@ukr.net>2018-01-27 03:55:53 +0000
commit940fd1734b097cbac681298f13193851bf2bf2b9 (patch)
tree1ff50756dd0d17c238dbf66954f7b69a9da8f28d /mkspecs/win32-icc
parent9f065554ffea0e3716b76e4bee4a60f0044193ce (diff)
unify windows mkspecs: move angle/vulkan includes
'win32-icc' toolchain: - remove duplicated angle/vulkan includes. 'win32-g++' toolchain: - place angle/vulkan includes before the unrelated compiler-related variable re-definitions, similarly to the 'win32-clang-msvc', 'win32-icc', and 'win32-msvc' mkspecs. Change-Id: Ie04bc9fb1d51ec0366b42713439f680e51214bbc Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'mkspecs/win32-icc')
-rw-r--r--mkspecs/win32-icc/qmake.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/mkspecs/win32-icc/qmake.conf b/mkspecs/win32-icc/qmake.conf
index cc9c6e7363..6acb07f8aa 100644
--- a/mkspecs/win32-icc/qmake.conf
+++ b/mkspecs/win32-icc/qmake.conf
@@ -58,7 +58,4 @@ QMAKE_LFLAGS_LTCG = $$QMAKE_CFLAGS_LTCG
QMAKE_LIB = xilib /NOLOGO
-include(../common/angle.conf)
-include(../common/windows-vulkan.conf)
-
load(qt_config)