GUI: use -std=c++0x with gcc compiler no matter if os is unix or windows
This commit is contained in:
parent
77e964aff5
commit
33e6c1bf53
|
@ -149,6 +149,6 @@ win32 {
|
|||
LIBS += -lshlwapi
|
||||
}
|
||||
|
||||
unix {
|
||||
gcc {
|
||||
QMAKE_CXXFLAGS += -std=c++0x
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue