summaryrefslogtreecommitdiffstats
path: root/src/plugins/tts/speechdispatcher/CMakeLists.txt
blob: 39fa14b7c468b38d6401a0a7a4d93cc5593d5d59 (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
# Generated from speechdispatcher.pro.

#####################################################################
## QTextToSpeechPluginSpeechd Plugin:
#####################################################################

qt_internal_add_plugin(QTextToSpeechPluginSpeechd
    OUTPUT_NAME qtexttospeech_speechd
    PLUGIN_TYPE texttospeech
    SOURCES
        qtexttospeech_speechd.cpp qtexttospeech_speechd.h
        qtexttospeech_speechd_plugin.cpp qtexttospeech_speechd_plugin.h
    LIBRARIES
        Qt::Core
        Qt::TextToSpeech
)

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

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

qt_internal_extend_target(QTextToSpeechPluginSpeechd CONDITION QT_FEATURE_speechd
    LIBRARIES
        SpeechDispatcher::SpeechDispatcher
)