diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2012-04-05 07:34:45 -0700 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2012-04-05 07:34:45 -0700 |
commit | 895c12943b1845411fb0282c17683c7b29a61459 (patch) | |
tree | 2caa1690cc54c3f1c80b01248a898f6baa2d8e9b /bitcoin-qt.pro | |
parent | ea2cc8fc4a7503a095a89e8166d33c0d48a15ac5 (diff) | |
parent | 5ce4c2a23a756e20b85d721e08711e6faa3654ff (diff) |
Merge pull request #1042 from gavinandresen/use_ssl_cleanup
Remove USE_SSL #define
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 2e50dc9668..edb0fad714 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -62,12 +62,6 @@ contains(USE_DBUS, 1) { QT += dbus } -# use: qmake "USE_SSL=1" -contains(USE_SSL, 1) { - message(Building with SSL support for RPC) - DEFINES += USE_SSL -} - # use: qmake "FIRST_CLASS_MESSAGING=1" contains(FIRST_CLASS_MESSAGING, 1) { message(Building with first-class messaging) |