From 7f67e91e55a40897923e38e37060e268f0a5ade4 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Fri, 31 Jan 2020 08:45:47 +0100 Subject: Don't compile qmake in c++11 mode Change-Id: Ia43dd67f3b83263b4be16e468b8c22598db9ac78 Reviewed-by: Friedemann Kleint Reviewed-by: Simon Hausmann --- configure.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.bat b/configure.bat index b34e146f5f..163e296874 100644 --- a/configure.bat +++ b/configure.bat @@ -261,7 +261,7 @@ if "%tmpl%" == "win32" ( echo QMAKESPEC = %PLATFORM%>> Makefile ) else ( echo QMAKESPEC = $^(SOURCE_PATH^)/mkspecs/%PLATFORM%>> Makefile - echo CONFIG_CXXFLAGS = -std=c++11 -ffunction-sections>> Makefile + echo CONFIG_CXXFLAGS = -std=c++17 -ffunction-sections>> Makefile echo CONFIG_LFLAGS = -Wl,--gc-sections>> Makefile type "%QTSRC%\qmake\Makefile.unix.win32" >> Makefile type "%QTSRC%\qmake\Makefile.unix.mingw" >> Makefile -- cgit v1.2.3