GUI: change -std=c++11 to -std=c++0x as it's more backwards compatible
This commit is contained in:
parent
bef56d7a70
commit
037a0ba986
|
@ -147,5 +147,5 @@ win32 {
|
|||
}
|
||||
|
||||
unix {
|
||||
QMAKE_CXXFLAGS += -std=c++11
|
||||
QMAKE_CXXFLAGS += -std=c++0x
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue