diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-09-24 11:56:33 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-09-24 11:56:33 +0200 |
commit | 010c4fc0b5ca8ceccf15417b833bea4ce1016f43 (patch) | |
tree | 230414f6e233d2858da801c3e3fc22a59be0ef0f /bitcoin-qt.pro | |
parent | 99cec89cb369beb8dce6c92db837bb5951f627d5 (diff) |
Change define to determine use of DBUS to USE_DBUS, to prevent overlap with Qt-defined QT_DBUS
Diffstat (limited to 'bitcoin-qt.pro')
-rw-r--r-- | bitcoin-qt.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index c7eb563bb4..3fff9ac908 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -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 } |