Skip to content

Commit 426b01a

Browse files
committed
fix: c++17 case.
1 parent a22334f commit 426b01a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/compiler_settings.pri

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
CONFIG += strict_c++
22
CONFIG += c++17
33

4-
include(fix_std_cxx_17.pri)
5-
64
QMAKE_CXXFLAGS =
75

6+
include(fix_std_cxx_17.pri)
7+
88
QMAKE_CXXFLAGS_WARN_ON = -fdiagnostics-show-option
99
QMAKE_CXXFLAGS_WARN_ON += -fpermissive
1010
#QMAKE_CXXFLAGS_WARN_ON += -Wall

0 commit comments

Comments
 (0)