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

#####################################################################
## qttexttospeech_android Plugin:
#####################################################################

add_qt_plugin(qttexttospeech_android
    TYPE texttospeech
    CLASS_NAME QTextToSpeechEngineAndroid
    SOURCES
        qtexttospeech_android.cpp qtexttospeech_android.h
        qtexttospeech_android_plugin.cpp qtexttospeech_android_plugin.h
    LIBRARIES
        Qt::CorePrivate
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::TextToSpeech
)

#### Keys ignored in scope 1:.:.:src.pro:<TRUE>:
# OTHER_FILES = "android_plugin.json"
# PLUGIN_CLASS_NAME = "QTextToSpeechEngineAndroid"
# PLUGIN_TYPE = "texttospeech"
# _LOADED = "qt_plugin"