Added C++11 to project
This commit is contained in:
parent
10f3419ac6
commit
e0548d1d3c
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