Changed c++11 to gnu11 to fix windows build

This commit is contained in:
Mathew Velasquez 2015-11-20 21:13:43 -05:00
parent d3aab843b9
commit f4b33ad5bf

View file

@ -6,7 +6,8 @@ TARGET = Game
DEPENDPATH += src shader assets
INCLUDEPATH += . src
CONFIG += c++11
QMAKE_CXXFLAGS += -std=gnu++11
QMAKE_LFLAGS += -std=gnu++11
CONFIG(release, debug|release): DEFINES += NDEBUG