summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothée Keller <timothee.keller@qt.io>2022-11-15 17:07:35 +0100
committerTimothée Keller <timothee.keller@qt.io>2022-11-19 04:34:36 +0100
commit3a967deebd60d3a5c5132270eb9ea5a6f7104cfb (patch)
tree6f2eed3ee288e0075cc9f0338d57f41a40d6007c /src
parent410f77710617803f084c7d0f6f9be7814dbd3f5a (diff)
Update windeployqt plugins
Added scxmldatamodel to plugin mappings Task-number: QTBUG-100700 Pick-to: 6.4 Change-Id: I58af7c0e47d3d9b7fc4d733610dcee8a7cb17228 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/tools/windeployqt/main.cpp1
1 files changed, 1 insertions, 0 deletions
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)