mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Drop Qt4 related settings from QMake project
This commit is contained in:
parent
e433cbab97
commit
d5d946dd66
6 changed files with 2 additions and 20 deletions
|
@ -9,9 +9,6 @@ exists($$OUT_PWD/../conf.pri) {
|
|||
include(conf.pri)
|
||||
}
|
||||
|
||||
# C++11 support
|
||||
lessThan(QT_MAJOR_VERSION, 5): QMAKE_CXXFLAGS += -std=c++11
|
||||
|
||||
# COMPILATION SPECIFIC
|
||||
!nogui:dbus: QT += dbus
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue