mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 18:56:34 +01:00
Only link to libcrypto
This commit is contained in:
parent
4d434fabe6
commit
588018e338
@ -305,7 +305,7 @@ target_link_libraries(FalkonPrivate
|
|||||||
Qt5::PrintSupport
|
Qt5::PrintSupport
|
||||||
Qt5::QuickWidgets
|
Qt5::QuickWidgets
|
||||||
Qt5::WebChannel
|
Qt5::WebChannel
|
||||||
${OPENSSL_LIBRARIES}
|
${OPENSSL_CRYPTO_LIBRARY}
|
||||||
)
|
)
|
||||||
|
|
||||||
if (UNIX AND NOT APPLE)
|
if (UNIX AND NOT APPLE)
|
||||||
|
Loading…
Reference in New Issue
Block a user