Browse Source

make USE_SSL actually work (thanks @prusnak for noticing)

0.8
Wladimir J. van der Laan 13 years ago
parent
commit
8f1631b797
  1. 2
      bitcoin-qt.pro

2
bitcoin-qt.pro

@ -32,7 +32,7 @@ contains(USE_DBUS, 1) { @@ -32,7 +32,7 @@ contains(USE_DBUS, 1) {
}
# use: qmake "USE_SSL=1"
contains(USE_DBUS, 1) {
contains(USE_SSL, 1) {
message(Building with SSL support for RPC)
DEFINES += USE_SSL
}

Loading…
Cancel
Save