Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Revert "Use packaged crypto and ssl for linux lib build"
Browse files Browse the repository at this point in the history
This reverts commit 4f1643a.
  • Loading branch information
IndrekV committed Feb 5, 2018
1 parent eb0d5c4 commit e1a9a92
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/lib/linux/TogglDesktopLibrary/TogglDesktopLibrary.pro
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,9 @@ openssldir = $$PWD/../../../../third_party/openssl

LIBS += -L$$OUT_PWD/
LIBS += -L$$pocolib -lPocoDataSQLite -lPocoData -lPocoNet -lPocoNetSSL -lPocoCrypto -lPocoUtil -lPocoXML -lPocoFoundation
LIBS += -L$$openssldir
LIBS += -L$$openssldir -lssl -lcrypto
LIBS += -lX11

INCLUDEPATH += $$PWD/../../../../third_party/openssl
DEPENDPATH += $$PWD/../../../../third_party/openssl

INCLUDEPATH += $$PWD/../../../../third_party/jsoncpp/dist
DEPENDPATH += $$PWD/../../../../third_party/jsoncpp/dist

Expand Down

0 comments on commit e1a9a92

Please sign in to comment.