mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
Enable c++11 support.
This commit is contained in:
@@ -9,6 +9,9 @@ exists($$OUT_PWD/../conf.pri) {
|
||||
include(conf.pri)
|
||||
}
|
||||
|
||||
# C++11 support
|
||||
lessThan(QT_MAJOR_VERSION, 5): QMAKE_CXXFLAGS += -std=c++0x
|
||||
|
||||
# COMPILATION SPECIFIC
|
||||
!nogui:dbus {
|
||||
QT += dbus
|
||||
|
||||
Reference in New Issue
Block a user