Removing the if statement entirely - not needed.
[novacoin.git] / bitcoin-qt.pro
index c7eb563..3fff9ac 100644 (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
 }