summaryrefslogtreecommitdiffstats
path: root/src/plugins/tts/speechdispatcher/CMakeLists.txt
blob: 179815b19366730b5dd6b61cceb04be824128c9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Generated from speechdispatcher.pro.

#####################################################################
## qtexttospeech_speechd Plugin:
#####################################################################

add_qt_plugin(qtexttospeech_speechd
    TYPE texttospeech
    CLASS_NAME QTextToSpeechPluginSpeechd
    SOURCES
        qtexttospeech_speechd.cpp qtexttospeech_speechd.h
        qtexttospeech_speechd_plugin.cpp qtexttospeech_speechd_plugin.h
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::TextToSpeech
)

#### Keys ignored in scope 1:.:.:speechdispatcher.pro:<TRUE>:
# OTHER_FILES = "speechd_plugin.json"
# PLUGIN_CLASS_NAME = "QTextToSpeechPluginSpeechd"
# PLUGIN_TYPE = "texttospeech"
# QT_FOR_CONFIG = "texttospeech-private"
# _LOADED = "qt_plugin"

## Scopes:
#####################################################################

extend_target(qtexttospeech_speechd CONDITION QT_FEATURE_speechd
    LIBRARIES
        SpeechDispatcher::SpeechDispatcher
)