Update Attorney_Online.pro for C++14
This commit is contained in:
parent
d62ff4d3af
commit
032ba33ecf
@ -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