diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-09-20 23:08:52 -0700 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-09-20 23:08:52 -0700 |
commit | 1ba4925755fe4e3ddf70d51468cc127fe2def64d (patch) | |
tree | 495f28efa655b2b8da13e112c4defb2f99b3ec6b /bitcoin-qt.pro | |
parent | 2dca98511f19297e18def8b74c484a7998e1f2cd (diff) | |
parent | 382e9e25ffb12d26fe6f28442466376107aca9d7 (diff) |
Merge pull request #1705 from Diapolo/cleanup_bitcoingui
Qt: re-order GUI code and remove FIRST_CLASS_MESSAGING
Diffstat (limited to 'bitcoin-qt.pro')
-rw-r--r-- | bitcoin-qt.pro | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index cdd3bc2b81..ed2cfa8f77 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -65,12 +65,6 @@ contains(USE_DBUS, 1) { QT += dbus } -# use: qmake "FIRST_CLASS_MESSAGING=1" -contains(FIRST_CLASS_MESSAGING, 1) { - message(Building with first-class messaging) - DEFINES += FIRST_CLASS_MESSAGING -} - # use: qmake "USE_IPV6=1" ( enabled by default; default) # or: qmake "USE_IPV6=0" (disabled by default) # or: qmake "USE_IPV6=-" (not supported) |