summaryrefslogtreecommitdiffstats
path: root/src/plugins/tts/android/src/CMakeLists.txt
blob: 3945a551df581f571d58a8dcb3f3c3019e7a1250 (plain)
1
2
3
4
5
6
7
8
9
10
11
qt_internal_add_plugin(QTextToSpeechEngineAndroid
    OUTPUT_NAME qttexttospeech_android
    PLUGIN_TYPE texttospeech
    SOURCES
        qtexttospeech_android.cpp qtexttospeech_android.h
        qtexttospeech_android_plugin.cpp qtexttospeech_android_plugin.h
    LIBRARIES
        Qt::Core
        Qt::CorePrivate
        Qt::TextToSpeech
)