diff --git a/src/windeployqt/main.cpp b/src/windeployqt/main.cpp index b987a64f3025ca777fe0a705df9054ad426c6bd7..7047395c46483a0d9f17825fe936dd402924f1a9 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)