mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Remove dbus dependency in nox mode
This commit is contained in:
parent
a205591178
commit
64615adc23
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
||||||
include(conf.pri)
|
include(conf.pri)
|
||||||
|
|
||||||
# COMPILATION SPECIFIC
|
# COMPILATION SPECIFIC
|
||||||
|
!nox {
|
||||||
QT += dbus
|
QT += dbus
|
||||||
|
}
|
||||||
QMAKE_LFLAGS_APP += -rdynamic
|
QMAKE_LFLAGS_APP += -rdynamic
|
||||||
CONFIG += link_pkgconfig
|
CONFIG += link_pkgconfig
|
||||||
PKGCONFIG += libtorrent-rasterbar
|
PKGCONFIG += libtorrent-rasterbar
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue