summaryrefslogtreecommitdiffstats
path: root/src/plugins/tts/flite/CMakeLists.txt
blob: a35301cc47fa350a2062942adf516766dc5165e7 (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
32
33
34
35
36
# Generated from flite.pro.

#####################################################################
## qttexttospeech_flite Plugin:
#####################################################################

add_qt_plugin(qttexttospeech_flite
    TYPE texttospeech
    CLASS_NAME QTextToSpeechEngineFlite
    SOURCES
        ../common/qtexttospeechprocessor.cpp ../common/qtexttospeechprocessor_p.h
        qtexttospeech_flite.cpp qtexttospeech_flite.h
        qtexttospeech_flite_plugin.cpp qtexttospeech_flite_plugin.h
        qtexttospeech_flite_processor.cpp qtexttospeech_flite_processor.h
    LIBRARIES
        Flite::Flite
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Multimedia
        Qt::TextToSpeech
)

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

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

extend_target(qttexttospeech_flite CONDITION QT_FEATURE_flite_alsa
    LIBRARIES
        ALSA::ALSA
)