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

#####################################################################
## QTextToSpeechEngineFlite Plugin:
#####################################################################

qt_internal_add_plugin(QTextToSpeechEngineFlite
    OUTPUT_NAME qttexttospeech_flite
    PLUGIN_TYPE texttospeech
    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
        Qt::Core
        Qt::Multimedia
        Qt::TextToSpeech
)

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

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

qt_internal_extend_target(QTextToSpeechEngineFlite CONDITION QT_FEATURE_flite_alsa
    LIBRARIES
        ALSA::ALSA
)