aboutsummaryrefslogtreecommitdiff
path: root/bitcoin-qt.pro
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2012-09-20 23:08:52 -0700
committerWladimir J. van der Laan <laanwj@gmail.com>2012-09-20 23:08:52 -0700
commit1ba4925755fe4e3ddf70d51468cc127fe2def64d (patch)
tree495f28efa655b2b8da13e112c4defb2f99b3ec6b /bitcoin-qt.pro
parent2dca98511f19297e18def8b74c484a7998e1f2cd (diff)
parent382e9e25ffb12d26fe6f28442466376107aca9d7 (diff)
downloadbitcoin-1ba4925755fe4e3ddf70d51468cc127fe2def64d.tar.xz
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.pro6
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)