mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
Correctly link to OpenSSL library
This commit is contained in:
parent
0927bf0cb7
commit
31d906b75b
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user