diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-06-13 21:40:07 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-06-13 21:40:07 +0200 |
commit | f15df6bb7a470f75ca61f8c9ddcebfbb39a76f49 (patch) | |
tree | 642b2a9e956e83690159adb5b9b4f000b5d96420 /bitcoin-qt.pro | |
parent | 6315130e60ae44c4d6c5bac8d83732462b03dfea (diff) |
link to -lcrypto as well
Diffstat (limited to 'bitcoin-qt.pro')
-rw-r--r-- | bitcoin-qt.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index c7b7ff954b..f1ce9b1232 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -2,7 +2,7 @@ TEMPLATE = app TARGET = DEPENDPATH += . INCLUDEPATH += src src/json src/cryptopp src/qt -unix:LIBS += -lssl -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread -ldb_cxx +unix:LIBS += -lssl -lcrypto -lboost_system -lboost_filesystem -lboost_program_options -lboost_thread -ldb_cxx macx:DEFINES += __WXMAC_OSX__ MSG_NOSIGNAL=0 # disable quite some warnings becuase bitcoin core "sins" a lot |