GUI: use -std=c++0x with gcc compiler no matter if os is unix or windows

This commit is contained in:
Daniel Marjamäki 2014-03-08 13:45:40 +01:00
parent 77e964aff5
commit 33e6c1bf53
1 changed files with 1 additions and 1 deletions

View File

@ -149,6 +149,6 @@ win32 {
LIBS += -lshlwapi
}
unix {
gcc {
QMAKE_CXXFLAGS += -std=c++0x
}