diff --git a/3rdparty/macdeployqt/shared.cpp b/3rdparty/macdeployqt/shared.cpp index c5cd3a5fc..3f27e089e 100644 --- a/3rdparty/macdeployqt/shared.cpp +++ b/3rdparty/macdeployqt/shared.cpp @@ -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);