Fix linux compiling by enabling C++11 (for initializer lists)

This commit is contained in:
baldurk
2015-03-29 11:26:37 +01:00
parent 29efd6df2f
commit 5ba1ae0730
+2
View File
@@ -45,6 +45,8 @@ win32 {
LIBS += -L$$_PRO_FILE_PWD_/../renderdoc -lrenderdoc
QMAKE_LFLAGS += '-Wl,-rpath,\'\$$ORIGIN\''
QMAKE_CXXFLAGS += -std=c++11
QT += x11extras
}