Added C++11 to project
This commit is contained in:
parent
180b0b99ed
commit
0c64b6c4b5
2
mkxp.pro
2
mkxp.pro
|
@ -6,6 +6,8 @@ TARGET = Game
|
||||||
DEPENDPATH += src shader assets
|
DEPENDPATH += src shader assets
|
||||||
INCLUDEPATH += . src
|
INCLUDEPATH += . src
|
||||||
|
|
||||||
|
CONFIG += c++11
|
||||||
|
|
||||||
CONFIG(release, debug|release): DEFINES += NDEBUG
|
CONFIG(release, debug|release): DEFINES += NDEBUG
|
||||||
|
|
||||||
isEmpty(BINDING) {
|
isEmpty(BINDING) {
|
||||||
|
|
Loading…
Reference in New Issue