1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-22 02:02: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 INSTALLS += target
!contains(DEFINES, NO_X11):LIBS += -lX11 !contains(DEFINES, NO_X11):LIBS += -lX11
LIBS += -lcrypto
RESOURCES -= data/certs.qrc RESOURCES -= data/certs.qrc
} }
@ -515,11 +516,9 @@ mac {
webview/macwebviewscroller.cpp webview/macwebviewscroller.cpp
RESOURCES -= data/certs.qrc RESOURCES -= data/certs.qrc
LIBS += -framework CoreServices LIBS += -lcrypto -framework CoreServices
} }
LIBS += -lcrypto
message(===========================================) message(===========================================)
message( Using following defines:) message( Using following defines:)
message( $$DEFINES) message( $$DEFINES)