Added C++11 to project

This commit is contained in:
Mathew Velasquez 2015-11-16 19:44:58 -05:00
parent 180b0b99ed
commit 0c64b6c4b5
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ TARGET = Game
DEPENDPATH += src shader assets
INCLUDEPATH += . src
CONFIG += c++11
CONFIG(release, debug|release): DEFINES += NDEBUG
isEmpty(BINDING) {