diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2012-04-04 21:19:27 -0400 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2012-04-04 21:19:27 -0400 |
commit | 5ce4c2a23a756e20b85d721e08711e6faa3654ff (patch) | |
tree | a13692c48249140dc893562ce902685ce6477b86 /bitcoin-qt.pro | |
parent | b0a7e05a45a925d78efd00ecca6dce9b7a9530f9 (diff) |
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 7ad94037cf..8532b7f0c4 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) |