From b6f9aa2222dc9995c438346a735a6de7670fc718 Mon Sep 17 00:00:00 2001
From: Andy Shaw <andy.shaw@qt.io>
Date: Mon, 24 Jul 2017 07:22:37 +0200
Subject: [PATCH] windeployqt: Deploy the geometryloaders plugins for
 Qt3DRender

Change-Id: Ibf296ae7ccb4373512298eef7cfd92b21891af76
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
---
 src/windeployqt/main.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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)
-- 
GitLab