From b7900fe742fc0f62c25b3b29fcb318f4b16a2a4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Keller?= Date: Tue, 15 Nov 2022 17:07:35 +0100 Subject: [PATCH] Update windeployqt plugins Added scxmldatamodel to plugin mappings Task-number: QTBUG-100700 Change-Id: I58af7c0e47d3d9b7fc4d733610dcee8a7cb17228 Reviewed-by: Oliver Wolff (cherry picked from commit 3a967deebd60d3a5c5132270eb9ea5a6f7104cfb) Reviewed-by: Qt Cherry-pick Bot --- src/tools/windeployqt/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tools/windeployqt/main.cpp b/src/tools/windeployqt/main.cpp index cb6c17f13b4..377b6ad9939 100644 --- a/src/tools/windeployqt/main.cpp +++ b/src/tools/windeployqt/main.cpp @@ -867,6 +867,7 @@ static const PluginModuleMapping pluginModuleMappings[] = {"geometryloaders", Qt3DRendererModule}, {"webview", QtWebViewModule}, {"designer", QtUiToolsModule}, + {"scxmldatamodel", QtScxmlModule} }; static inline quint64 qtModuleForPlugin(const QString &subDirName)