summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothée Keller <timothee.keller@qt.io>2022-11-22 11:54:37 +0100
committerTimothée Keller <timothee.keller@qt.io>2022-12-12 12:49:57 +0100
commit77a2262c89bcb858f8a3f9be1ce4a1a4f1abed9c (patch)
treeec627365c2ce9367acfc36bfa30fd8082316a912
parentbad461aa97e56b264eaccbf8527ac091c93ccf1b (diff)
Update windeployqt plugins
Added scxmldatamodel to plugin mappings Task-number: QTBUG-100700 Change-Id: I31220f4c1b11ea60fa4f2e68d7a00130eaf58eab Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
-rw-r--r--src/windeployqt/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/windeployqt/main.cpp b/src/windeployqt/main.cpp
index def022405..cb4517367 100644
--- a/src/windeployqt/main.cpp
+++ b/src/windeployqt/main.cpp
@@ -862,7 +862,8 @@ static const PluginModuleMapping pluginModuleMappings[] =
{"renderers", Qt3DRendererModule | QtShaderToolsModule},
{"renderplugins", Qt3DRendererModule},
{"geometryloaders", Qt3DRendererModule},
- {"webview", QtWebViewModule}
+ {"webview", QtWebViewModule},
+ {"scxmldatamodel", QtScxmlModule}
};
static inline quint64 qtModuleForPlugin(const QString &subDirName)