mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Fix linux compiling by enabling C++11 (for initializer lists)
This commit is contained in:
@@ -45,6 +45,8 @@ win32 {
|
||||
LIBS += -L$$_PRO_FILE_PWD_/../renderdoc -lrenderdoc
|
||||
QMAKE_LFLAGS += '-Wl,-rpath,\'\$$ORIGIN\''
|
||||
|
||||
QMAKE_CXXFLAGS += -std=c++11
|
||||
|
||||
QT += x11extras
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user