summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Gaist <samuel.gaist@idiap.ch>2019-02-12 21:30:41 +0100
committerSamuel Gaist <samuel.gaist@idiap.ch>2019-02-12 20:51:22 +0000
commit6c8d836335a0eb57c76aee78b700893ca014fc90 (patch)
tree9ca3c89380f13324ad48ef4695a0dcfb92ed6638
parentb7decf54170ce71811bcbc13526e31914b0498e9 (diff)
macdeployqt: Deploy QtSpeech tts plugin
This patch adds deployment of the QtSpeech plugins. Change-Id: Ifc55f40cdc0ed6fd9444993c04f4d76249649daf Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
-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 3dff0117e..66b4c588f 100644
--- a/src/macdeployqt/shared/shared.cpp
+++ b/src/macdeployqt/shared/shared.cpp
@@ -1129,7 +1129,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) {