diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-08-23 12:20:49 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-08-29 19:57:51 +0200 |
commit | 5fc3a0f70784051ba213948cbee0763e1c241c19 (patch) | |
tree | 622d97ff80a5eac388bdd825c691148399ae427b /bitcoin-qt.pro | |
parent | c7df832d7aa6805d96f121ad458d7b45607c2f30 (diff) |
remove FIRST_CLASS_MESSAGING support from the client
- removes the FIRST_CLASS_MESSAGING support from the client, which was no
default setting anyway
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 bf0c87e7e3..12dfcffe69 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) |