summaryrefslogtreecommitdiffstats
path: root/src/plugins/tts/speechdispatcher/speechdispatcher.pro
blob: 6f4e5cc2fcdf2de3838ce3df5c2895e3177c9f7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TARGET = qtexttospeech_speechd
PLUGIN_TYPE = texttospeech
PLUGIN_CLASS_NAME = QTextToSpeechPluginSpeechd

load(qt_plugin)

QT += core texttospeech

PKGCONFIG = speech-dispatcher
LIBS += -lspeechd

HEADERS += \
    qtexttospeech_speechd.h \
    qtexttospeech_speechd_plugin.h \

SOURCES += \
    qtexttospeech_speechd.cpp \
    qtexttospeech_speechd_plugin.cpp \

OTHER_FILES += \
    speechd_plugin.json