mirror of
https://github.com/leozide/leocad
synced 2024-11-17 07:47:55 +01:00
Enable c++ 11 on Linux.
This commit is contained in:
parent
03303cd06e
commit
8cf9ece4b4
1 changed files with 3 additions and 2 deletions
|
@ -19,7 +19,8 @@ win32 {
|
|||
LIBS += -ladvapi32 -lshell32
|
||||
} else {
|
||||
LIBS += -lz
|
||||
QMAKE_CXXFLAGS_WARN_ON += -Wno-unused-parameter
|
||||
QMAKE_CXXFLAGS_WARN_ON += -Wno-unused-parameter
|
||||
QMAKE_CXXFLAGS += -std=c++0x
|
||||
}
|
||||
|
||||
isEmpty(QMAKE_LRELEASE) {
|
||||
|
@ -243,4 +244,4 @@ RESOURCES += leocad.qrc
|
|||
|
||||
!win32 {
|
||||
TRANSLATIONS = TSFILES
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue