From 6c8d836335a0eb57c76aee78b700893ca014fc90 Mon Sep 17 00:00:00 2001 From: Samuel Gaist Date: Tue, 12 Feb 2019 21:30:41 +0100 Subject: macdeployqt: Deploy QtSpeech tts plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch adds deployment of the QtSpeech plugins. Change-Id: Ifc55f40cdc0ed6fd9444993c04f4d76249649daf Reviewed-by: Tor Arne Vestbø --- src/macdeployqt/shared/shared.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) { -- cgit v1.2.3