summaryrefslogtreecommitdiffstats
path: root/configure.bat
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2016-06-16 15:15:16 -0700
committerThiago Macieira <thiago.macieira@intel.com>2016-06-17 16:28:11 +0000
commitfdb956a3ede6cb0a25112c1e1af6c93fd2051de1 (patch)
tree592be3fe53e046afa5062f752011c9da47436cc5 /configure.bat
parent6da32c780622385e5844e82e5ce6c09f7203b7bf (diff)
Ensure that configure.exe is built in C++11 mode with ICC
I changed qmake with commit f5eeadb9, but that change was apparently incomplete. Change-Id: Ib57b52598e2f452985e9fffd1458b02579f33c5d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'configure.bat')
-rw-r--r--configure.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.bat b/configure.bat
index 372b3faac5..1cbd733531 100644
--- a/configure.bat
+++ b/configure.bat
@@ -77,7 +77,7 @@ echo QT_VERSION_MINOR = %QTVERMIN% >> Makefile
echo QT_VERSION_PATCH = %QTVERPAT% >> Makefile
if not "%icl.exe%" == "" (
echo CXX = icl>>Makefile
- echo EXTRA_CXXFLAGS = /Zc:forScope>>Makefile
+ echo EXTRA_CXXFLAGS = /Qstd=c++11 /Zc:forScope>>Makefile
rem This must have a trailing space.
echo QTSRC = %QTSRC% >> Makefile
set tmpl=win32