From 896b1bb9d1fa22db565678eed4bfee35b0703628 Mon Sep 17 00:00:00 2001 From: Jarkko Koivikko Date: Mon, 6 Sep 2021 14:29:35 +0300 Subject: windeployqt: Fix deployment of tls plugins Since Qt 6.x the bearer plugins are gone. Reuse that entry for tls plugins. Fixes: QTBUG-95247 Change-Id: I68f8b20942375b124ba9859c23f1b1c770ab406c Reviewed-by: Friedemann Kleint (cherry picked from commit cd8a01945c47956913739fadd047b5948cf89fed) Reviewed-by: Qt Cherry-pick Bot --- src/windeployqt/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windeployqt/main.cpp b/src/windeployqt/main.cpp index 7b3cb82e6..56f4d1062 100644 --- a/src/windeployqt/main.cpp +++ b/src/windeployqt/main.cpp @@ -827,7 +827,7 @@ static const PluginModuleMapping pluginModuleMappings[] = {"audio", QtMultimediaModule}, {"mediaservice", QtMultimediaModule}, {"playlistformats", QtMultimediaModule}, - {"bearer", QtNetworkModule}, + {"tls", QtNetworkModule}, {"position", QtPositioningModule}, {"printsupport", QtPrintSupportModule}, {"scenegraph", QtQuickModule}, -- cgit v1.2.3