aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2012-08-27 20:18:37 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2012-08-27 20:18:37 +0000
commit0eeb54cb89e5de3525c218ba84cf9f41a35c268c (patch)
tree3cc177dd9e907142208413de7c475738ff3bf930
parent9655d73f49cd4da189ddb2ed708c26dc4cb3babe (diff)
downloadbitcoin-0eeb54cb89e5de3525c218ba84cf9f41a35c268c.tar.xz
I forgot to paint the bike shed
-rw-r--r--bitcoin-qt.pro10
1 files changed, 5 insertions, 5 deletions
diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro
index 92103f1e39..41f4cc5f27 100644
--- a/bitcoin-qt.pro
+++ b/bitcoin-qt.pro
@@ -75,12 +75,12 @@ contains(FIRST_CLASS_MESSAGING, 1) {
# or: qmake "USE_IPV6=0" (disabled by default)
# or: qmake "USE_IPV6=-" (not supported)
contains(USE_IPV6, -) {
- message(Building without IPv6 support)
+ message(Building without IPv6 support)
} else {
- count(USE_IPV6, 0) {
- USE_IPV6=1
- }
- DEFINES += USE_IPV6=$$USE_IPV6
+ count(USE_IPV6, 0) {
+ USE_IPV6=1
+ }
+ DEFINES += USE_IPV6=$$USE_IPV6
}
contains(BITCOIN_NEED_QT_PLUGINS, 1) {