How to get QtSpeech support on Linux?
Solved
General and Desktop
-
How can I get Qt Speech installed? It's not an option in the installer: https://i.imgur.com/XRn6k9S.png
-
For anybody like me using Ubuntu/Debian and using the Qt which is pre-supplied with the OS I had to
sudo apt-get install libqt5texttospeech5-dev
(And then
sudo apt-get install qtspeech5-speechd-plugin
as per https://forum.qt.io/topic/75426/qt-speech-plug-in/20 .)