mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Get rid of libnotify dependency (Use DBus instead)
This commit is contained in:
parent
ba7ece348c
commit
d0afd46fd3
8 changed files with 164 additions and 96 deletions
|
@ -10,10 +10,6 @@ QMAKE_LFLAGS_APP += -rdynamic
|
|||
CONFIG += link_pkgconfig
|
||||
PKGCONFIG += libtorrent-rasterbar
|
||||
|
||||
libnotify {
|
||||
DEFINES += WITH_LIBNOTIFY
|
||||
}
|
||||
|
||||
# Man page
|
||||
nox {
|
||||
man.files = ../doc/qbittorrent-nox.1
|
||||
|
@ -73,6 +69,10 @@ INSTALLS += man
|
|||
target.path = $$PREFIX/bin/
|
||||
INSTALLS += target
|
||||
|
||||
dbus {
|
||||
include(src/qtnotify/qtnotify.pri)
|
||||
}
|
||||
|
||||
!nox {
|
||||
# DEFINE added by configure
|
||||
contains(DEFINES, WITH_GEOIP_EMBEDDED) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue