summaryrefslogtreecommitdiffstats
path: root/src/windeployqt
diff options
context:
space:
mode:
Diffstat (limited to 'src/windeployqt')
-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 b987a64f3..7047395c4 100644
--- a/src/windeployqt/main.cpp
+++ b/src/windeployqt/main.cpp
@@ -816,7 +816,8 @@ static const PluginModuleMapping pluginModuleMappings[] =
{"texttospeech", QtTextToSpeechModule},
{"qtwebengine", QtWebEngineModule | QtWebEngineCoreModule | QtWebEngineWidgetsModule},
{"sceneparsers", Qt3DRendererModule},
- {"renderplugins", Qt3DRendererModule}
+ {"renderplugins", Qt3DRendererModule},
+ {"geometryloaders", Qt3DRendererModule}
};
static inline quint64 qtModuleForPlugin(const QString &subDirName)