summaryrefslogtreecommitdiffstats
path: root/src/macdeployqt/shared
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2020-06-04 10:50:50 +0200
committerPaul Lemire <paul.lemire@kdab.com>2020-06-29 09:42:58 +0200
commitb208d80515123b03f01c9c7168d9de7009ebab79 (patch)
tree6efaba75bc1268909cd0f0c1a54a16775f5213df /src/macdeployqt/shared
parent18b57308c6188b974771f91f703be348297ac475 (diff)
macdeployqt: add Qt3D renderer plugins to deployment
Change-Id: I25ce1be2f9b9d72e37513593ce2da3c7415f8ee2 Pick-to: 5.15 Reviewed-by: Mike Krus <mike.krus@kdab.com>
Diffstat (limited to 'src/macdeployqt/shared')
-rw-r--r--src/macdeployqt/shared/shared.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macdeployqt/shared/shared.cpp b/src/macdeployqt/shared/shared.cpp
index 748c9a67f..aaf66d2a8 100644
--- a/src/macdeployqt/shared/shared.cpp
+++ b/src/macdeployqt/shared/shared.cpp
@@ -1155,7 +1155,7 @@ void deployPlugins(const ApplicationBundleInfo &appBundleInfo, const QString &pl
static const std::map<QString, std::vector<QString>> map {
{QStringLiteral("Multimedia"), {QStringLiteral("mediaservice"), QStringLiteral("audio")}},
- {QStringLiteral("3DRender"), {QStringLiteral("sceneparsers"), QStringLiteral("geometryloaders")}},
+ {QStringLiteral("3DRender"), {QStringLiteral("sceneparsers"), QStringLiteral("geometryloaders"), QStringLiteral("renderers")}},
{QStringLiteral("3DQuickRender"), {QStringLiteral("renderplugins")}},
{QStringLiteral("Positioning"), {QStringLiteral("position")}},
{QStringLiteral("Location"), {QStringLiteral("geoservices")}},