From 2f24335202d9e2aa0b4cc0929aaf5443f97163f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20Johan=20S=C3=B8rvig?= Date: Wed, 25 Aug 2021 10:06:05 +0200 Subject: macdeployqt: fix network plugin deployment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The bearer plugin is no more; the tls implementations are now proper plugins. Change-Id: I153e425164089c6d26a0ca642c86c231bb728509 Reviewed-by: Tor Arne Vestbø (cherry picked from commit cac228499e9456a1e661aced071b65bfd183f3d6) Reviewed-by: Qt Cherry-pick Bot --- src/macdeployqt/shared/shared.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/macdeployqt/shared/shared.cpp b/src/macdeployqt/shared/shared.cpp index 0f87cc76a..8d163c5b1 100644 --- a/src/macdeployqt/shared/shared.cpp +++ b/src/macdeployqt/shared/shared.cpp @@ -1109,7 +1109,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); -- cgit v1.2.3