mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-20 22:09:55 +00:00
Added C++11 to project
This commit is contained in:
parent
10f3419ac6
commit
e0548d1d3c
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…
Reference in a new issue