removed unused dependencies

This commit is contained in:
fourtf
2018-11-22 19:11:26 +01:00
parent cf26f10b80
commit 5c720242e4
14 changed files with 6 additions and 50 deletions
+17
View File
@@ -0,0 +1,17 @@
win32 {
isEmpty(OPENSSL_DIRECTORY) {
message(Using default openssl directory C:\\local\\openssl)
OPENSSL_DIRECTORY = C:\local\openssl
}
INCLUDEPATH += $$OPENSSL_DIRECTORY\\include
LIBS += -L$$OPENSSL_DIRECTORY\lib
LIBS += -llibssl
LIBS += -llibcrypto
} else {
PKGCONFIG += openssl
LIBS += -lssl -lcrypto
}