GUI: change -std=c++11 to -std=c++0x as it's more backwards compatible

This commit is contained in:
Daniel Marjamäki 2014-01-12 15:46:22 +01:00
parent bef56d7a70
commit 037a0ba986
1 changed files with 1 additions and 1 deletions

View File

@ -147,5 +147,5 @@ win32 {
}
unix {
QMAKE_CXXFLAGS += -std=c++11
QMAKE_CXXFLAGS += -std=c++0x
}