summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2017-07-24 07:22:37 +0200
committerAndy Shaw <andy.shaw@qt.io>2017-07-24 08:23:30 +0000
commitb6f9aa2222dc9995c438346a735a6de7670fc718 (patch)
tree3848b78f71015e1fe6d52015549a85d01cae3144
parentb936ce085f74fa7c563fb942290c5e8ad9517e42 (diff)
downloadqttools-b6f9aa2222dc9995c438346a735a6de7670fc718.tar.gz
windeployqt: Deploy the geometryloaders plugins for Qt3DRender
Change-Id: Ibf296ae7ccb4373512298eef7cfd92b21891af76 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@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 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)