Change define to determine use of DBUS to USE_DBUS, to prevent overlap with Qt-defined QT_DBUS

This commit is contained in:
Wladimir J. van der Laan
2011-09-24 11:56:33 +02:00
parent 99cec89cb3
commit 010c4fc0b5
3 changed files with 9 additions and 9 deletions

View File

@@ -23,7 +23,7 @@ count(USE_UPNP, 1) {
# use: qmake "USE_DBUS=1"
count(USE_DBUS, 1) {
message(Building with DBUS (Freedesktop notifications) support)
DEFINES += QT_DBUS
DEFINES += USE_DBUS
QT += dbus
}