Mercurial > hg > bitcoin
comparison bitcoin-qt.pro @ 2174:1b49649de24f draft
Merge pull request #1042 from gavinandresen/use_ssl_cleanup
Remove USE_SSL #define
author | Gavin Andresen <gavinandresen@gmail.com> |
---|---|
date | Thu, 05 Apr 2012 07:34:45 -0700 |
parents | 396056ab5487 fab353e96776 |
children | 0a2ea9c1b753 |
comparison
equal
deleted
inserted
replaced
2173:5d2c2f86d380 | 2174:1b49649de24f |
---|---|
58 # use: qmake "USE_DBUS=1" | 58 # use: qmake "USE_DBUS=1" |
59 contains(USE_DBUS, 1) { | 59 contains(USE_DBUS, 1) { |
60 message(Building with DBUS (Freedesktop notifications) support) | 60 message(Building with DBUS (Freedesktop notifications) support) |
61 DEFINES += USE_DBUS | 61 DEFINES += USE_DBUS |
62 QT += dbus | 62 QT += dbus |
63 } | |
64 | |
65 # use: qmake "USE_SSL=1" | |
66 contains(USE_SSL, 1) { | |
67 message(Building with SSL support for RPC) | |
68 DEFINES += USE_SSL | |
69 } | 63 } |
70 | 64 |
71 # use: qmake "FIRST_CLASS_MESSAGING=1" | 65 # use: qmake "FIRST_CLASS_MESSAGING=1" |
72 contains(FIRST_CLASS_MESSAGING, 1) { | 66 contains(FIRST_CLASS_MESSAGING, 1) { |
73 message(Building with first-class messaging) | 67 message(Building with first-class messaging) |