Get rid of libnotify dependency (Use DBus instead)

This commit is contained in:
Christophe Dumez 2011-04-02 08:54:28 +00:00
commit d0afd46fd3
8 changed files with 164 additions and 96 deletions

View file

@ -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) {