summaryrefslogtreecommitdiffstats
path: root/src/plugins/tts/speechdispatcher/speechdispatcher.pro
blob: 5a5c0ab56a2f608574a8517cfe15caf7a163d5a7 (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

CONFIG += link_pkgconfig
PKGCONFIG = speech-dispatcher

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

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

OTHER_FILES += \
    speechd_plugin.json