mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-10 15:32:48 -07:00
Enable c++11 support.
This commit is contained in:
parent
4642a35de7
commit
12d9898b5d
5 changed files with 16 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue