mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-28 10:44:33 +00:00
Merge pull request #624 from QuasarApp/task_620
Added ssl libs into Qt 3rdparty libraries
This commit is contained in:
commit
d57c8660c0
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user