Added C++11 to project
This commit is contained in:
parent
180b0b99ed
commit
0c64b6c4b5
1 changed files with 2 additions and 0 deletions
2
mkxp.pro
2
mkxp.pro
|
@ -6,6 +6,8 @@ TARGET = Game
|
|||
DEPENDPATH += src shader assets
|
||||
INCLUDEPATH += . src
|
||||
|
||||
CONFIG += c++11
|
||||
|
||||
CONFIG(release, debug|release): DEFINES += NDEBUG
|
||||
|
||||
isEmpty(BINDING) {
|
||||
|
|
Loading…
Add table
Reference in a new issue