From 84d9b30fec9674797128c4b08d122a94183977ef Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Fri, 8 Oct 2021 23:40:41 +0200 Subject: [PATCH] macdeployqt: Replace bearer with tls --- 3rdparty/macdeployqt/shared.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);