switch to latest c++ features
This commit is contained in:
parent
eed5735d2e
commit
aea49688d8
1 changed files with 1 additions and 2 deletions
|
|
@ -4,8 +4,7 @@ error( "Use local.pri.sample to create your own local.pri" )
|
||||||
|
|
||||||
LIBS += -lUser32 -lws2_32 -llibpq
|
LIBS += -lUser32 -lws2_32 -llibpq
|
||||||
|
|
||||||
CONFIG += c++17
|
CONFIG += c++latest
|
||||||
QMAKE_CXXFLAGS += /std:c++17
|
|
||||||
|
|
||||||
# The following define makes your compiler emit warnings if you use
|
# The following define makes your compiler emit warnings if you use
|
||||||
# any feature of Qt which as been marked as deprecated (the exact warnings
|
# any feature of Qt which as been marked as deprecated (the exact warnings
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue