1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 02:36:34 +01:00

Only link to libcrypto

This commit is contained in:
David Rosca 2018-03-23 12:07:52 +01:00
parent 4d434fabe6
commit 588018e338
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8

View File

@ -305,7 +305,7 @@ target_link_libraries(FalkonPrivate
Qt5::PrintSupport
Qt5::QuickWidgets
Qt5::WebChannel
${OPENSSL_LIBRARIES}
${OPENSSL_CRYPTO_LIBRARY}
)
if (UNIX AND NOT APPLE)