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

Commit

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

LIBS += -L$$OUT_PWD/
LIBS += -L$$pocolib -lPocoDataSQLite -lPocoData -lPocoNet -lPocoNetSSL -lPocoCrypto -lPocoUtil -lPocoXML -lPocoFoundation
LIBS += -L$$openssldir -lssl -lcrypto
LIBS += -L$$openssldir
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 4f1643a

Please sign in to comment.