1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Correctly link to OpenSSL library

This commit is contained in:
nowrep 2013-06-21 15:24:39 +02:00
parent 0927bf0cb7
commit 31d906b75b

View File

@ -497,6 +497,7 @@ isEqual(QT_MAJOR_VERSION, 5) {
INSTALLS += target
!contains(DEFINES, NO_X11):LIBS += -lX11
LIBS += -lcrypto
RESOURCES -= data/certs.qrc
}
@ -515,11 +516,9 @@ mac {
webview/macwebviewscroller.cpp
RESOURCES -= data/certs.qrc
LIBS += -framework CoreServices
LIBS += -lcrypto -framework CoreServices
}
LIBS += -lcrypto
message(===========================================)
message( Using following defines:)
message( $$DEFINES)