mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
added CONFIG += c++17
This commit is contained in:
parent
d426f72453
commit
0c1da59564
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ useBreakpad {
|
||||||
}
|
}
|
||||||
|
|
||||||
# use C++17
|
# use C++17
|
||||||
|
CONFIG += c++17
|
||||||
|
|
||||||
|
# C++17 backwards compatability
|
||||||
win32-msvc* {
|
win32-msvc* {
|
||||||
QMAKE_CXXFLAGS += /std:c++17
|
QMAKE_CXXFLAGS += /std:c++17
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue