summaryrefslogtreecommitdiffstats
path: root/mkspecs/win32-icc/qmake.conf
diff options
context:
space:
mode:
authorAlexander Shevchenko <sav_ix@ukr.net>2018-08-19 15:44:24 +0300
committerAlexander Shevchenko <sav_ix@ukr.net>2018-08-20 11:42:59 +0000
commit2d3098f77c98a895dad2c2e6c1c3facf712473f5 (patch)
tree755261f44b534f3c73b73c23398e348d946ccba5 /mkspecs/win32-icc/qmake.conf
parent2a9223830cd56fa1623d42d939df497eb20001af (diff)
Fix qtbase build for Windows ICC with MSVC 2017 15.8
After 0ef66e98ccf was merged, the same should be done to Windows ICC toolchain. Task-number: QTBUG-69997 Change-Id: I1d76d8b59f87151a9064d9f7dcc3136dc1215633 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'mkspecs/win32-icc/qmake.conf')
-rw-r--r--mkspecs/win32-icc/qmake.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkspecs/win32-icc/qmake.conf b/mkspecs/win32-icc/qmake.conf
index 3cb0d58824..2447c712b1 100644
--- a/mkspecs/win32-icc/qmake.conf
+++ b/mkspecs/win32-icc/qmake.conf
@@ -12,6 +12,7 @@ include(../common/msvc-desktop.conf)
# modifications to msvc-desktop.conf
QMAKE_COMPILER += intel_icl
+DEFINES += _ENABLE_EXTENDED_ALIGNED_STORAGE
QMAKE_CFLAGS_OPTIMIZE_FULL = -O3