mirror of
https://github.com/YACReader/yacreader
synced 2026-03-01 18:33:09 -05:00
Enable c++20
This commit is contained in:
@ -2,11 +2,11 @@
|
|||||||
# default values if they're not set on build time
|
# default values if they're not set on build time
|
||||||
# for a more detailed description, see INSTALL.TXT
|
# for a more detailed description, see INSTALL.TXT
|
||||||
|
|
||||||
CONFIG += c++17
|
CONFIG += c++20
|
||||||
|
|
||||||
win32 {
|
win32 {
|
||||||
#enable c++17 explicitly in msvc
|
#enable c++20 explicitly in msvc
|
||||||
QMAKE_CXXFLAGS += /std:c++17 /Zc:__cplusplus /permissive-
|
QMAKE_CXXFLAGS += /std:c++20 /Zc:__cplusplus /permissive-
|
||||||
}
|
}
|
||||||
|
|
||||||
DEFINES += NOMINMAX
|
DEFINES += NOMINMAX
|
||||||
|
|||||||
Reference in New Issue
Block a user