macdeployqt: Replace bearer with tls

This commit is contained in:
Jonas Kvinge
2021-10-08 23:40:41 +02:00
parent d0f1522f0d
commit 84d9b30fec

View File

@@ -1125,7 +1125,7 @@ void deployPlugins(const ApplicationBundleInfo &appBundleInfo, const QString &pl
// Network
if (deploymentInfo.containsModule("Network", libInfix))
addPlugins(QStringLiteral("bearer"));
addPlugins(QStringLiteral("tls"));
// All image formats (svg if QtSvg is used)
const bool usesSvg = deploymentInfo.containsModule("Svg", libInfix);