Update Attorney_Online.pro for C++14
(cherry picked from commit 032ba33ecf
)
This commit is contained in:
parent
2912065870
commit
4860be3cdf
@ -14,7 +14,7 @@ SOURCES += $$files($$PWD/src/*.cpp)
|
||||
HEADERS += $$files($$PWD/include/*.h)
|
||||
LIBS += -L$$PWD/lib -lbass -ldiscord-rpc
|
||||
|
||||
CONFIG += c++11
|
||||
CONFIG += c++14
|
||||
|
||||
RESOURCES += resources.qrc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user