mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-27 07:00:04 +08:00
Remove dbus dependency in nox mode
This commit is contained in:
parent
a205591178
commit
64615adc23
@ -2,7 +2,9 @@
|
||||
include(conf.pri)
|
||||
|
||||
# COMPILATION SPECIFIC
|
||||
QT += dbus
|
||||
!nox {
|
||||
QT += dbus
|
||||
}
|
||||
QMAKE_LFLAGS_APP += -rdynamic
|
||||
CONFIG += link_pkgconfig
|
||||
PKGCONFIG += libtorrent-rasterbar
|
||||
|
Loading…
Reference in New Issue
Block a user