blob: fa5d900afdc170dc6b9b7fc1d03ce863aafcef91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Bug: https://bugs.gentoo.org/651012
--- a/src/plugins/tts/speechdispatcher/speechdispatcher.pro
+++ b/src/plugins/tts/speechdispatcher/speechdispatcher.pro
@@ -5,6 +5,7 @@
load(qt_plugin)
QT += core texttospeech
+QT -= gui
CONFIG += link_pkgconfig
packagesExist(speech-dispatcher): PKGCONFIG = speech-dispatcher
|