mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-31 03:50:20 -07:00
Bump minimum supported version of gcc to 4.8.
This commit is contained in:
parent
b519700e33
commit
2a411987db
2 changed files with 12 additions and 9 deletions
10
unixconf.pri
10
unixconf.pri
|
@ -10,17 +10,13 @@ exists($$OUT_PWD/../conf.pri) {
|
|||
}
|
||||
|
||||
# C++11 support
|
||||
lessThan(QT_MAJOR_VERSION, 5): QMAKE_CXXFLAGS += -std=c++0x
|
||||
lessThan(QT_MAJOR_VERSION, 5): QMAKE_CXXFLAGS += -std=c++11
|
||||
|
||||
# COMPILATION SPECIFIC
|
||||
!nogui:dbus {
|
||||
QT += dbus
|
||||
}
|
||||
!nogui:dbus: QT += dbus
|
||||
|
||||
QMAKE_CXXFLAGS += -Wformat -Wformat-security
|
||||
!haiku {
|
||||
QMAKE_LFLAGS_APP += -rdynamic
|
||||
}
|
||||
!haiku: QMAKE_LFLAGS_APP += -rdynamic
|
||||
|
||||
# Man page
|
||||
nogui {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue