mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
Bump minimum supported version of gcc to 4.8.
This commit is contained in:
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 {
|
||||
|
||||
Reference in New Issue
Block a user