summaryrefslogtreecommitdiffstats
path: root/src/macdeployqt/shared
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-02-19 03:01:13 +0100
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-02-19 03:01:13 +0100
commitf008b2dd19f81af91b0fa7ddc7805a6cc0e381a7 (patch)
tree8d8494ab749c6c29693240f842a7a0d9346ede5e /src/macdeployqt/shared
parent37a316be78278f33cfae027b55a7a854a898db10 (diff)
parent6c8d836335a0eb57c76aee78b700893ca014fc90 (diff)
Merge remote-tracking branch 'origin/5.12' into 5.13
Diffstat (limited to 'src/macdeployqt/shared')
-rw-r--r--src/macdeployqt/shared/shared.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/macdeployqt/shared/shared.cpp b/src/macdeployqt/shared/shared.cpp
index a94f07f05..aefbc3765 100644
--- a/src/macdeployqt/shared/shared.cpp
+++ b/src/macdeployqt/shared/shared.cpp
@@ -1130,7 +1130,8 @@ void deployPlugins(const ApplicationBundleInfo &appBundleInfo, const QString &pl
{QStringLiteral("3DRender"), {QStringLiteral("sceneparsers"), QStringLiteral("geometryloaders")}},
{QStringLiteral("3DQuickRender"), {QStringLiteral("renderplugins")}},
{QStringLiteral("Positioning"), {QStringLiteral("position")}},
- {QStringLiteral("Location"), {QStringLiteral("geoservices")}}
+ {QStringLiteral("Location"), {QStringLiteral("geoservices")}},
+ {QStringLiteral("TextToSpeech"), {QStringLiteral("texttospeech")}}
};
for (const auto &it : map) {