From 3a967deebd60d3a5c5132270eb9ea5a6f7104cfb 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: Update windeployqt plugins Added scxmldatamodel to plugin mappings Task-number: QTBUG-100700 Pick-to: 6.4 Change-Id: I58af7c0e47d3d9b7fc4d733610dcee8a7cb17228 Reviewed-by: Oliver Wolff --- src/tools/windeployqt/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/tools/windeployqt/main.cpp b/src/tools/windeployqt/main.cpp index 805b7e8faf..328c8fbd81 100644 --- a/src/tools/windeployqt/main.cpp +++ b/src/tools/windeployqt/main.cpp @@ -873,6 +873,7 @@ static const PluginModuleMapping pluginModuleMappings[] = {"geometryloaders", Qt3DRendererModule}, {"webview", QtWebViewModule}, {"designer", QtUiToolsModule}, + {"scxmldatamodel", QtScxmlModule} }; static inline quint64 qtModuleForPlugin(const QString &subDirName) -- cgit v1.2.3