diff --git a/Deploy/deploycore.cpp b/Deploy/deploycore.cpp index c4c948b..16f541d 100644 --- a/Deploy/deploycore.cpp +++ b/Deploy/deploycore.cpp @@ -653,13 +653,18 @@ QStringList DeployCore::Qt3rdpartyLibs(Platform platform) { QStringList result; result << QStringList { - // Begin SQL LIBS + // SQL LIBS // See task https://github.com/QuasarApp/CQtDeployer/issues/367 - "libpq", - "mysqlclient" + "mysqlclient", + + // SLL Libs + // See task https://github.com/QuasarApp/CQtDeployer/issues/620 + "libcrypto", + "libssl", + "libeay32", + "ssleay32", - // End SQL LIBS }; if (platform & Platform::Win) {