summaryrefslogtreecommitdiffstats
path: root/src/plugins/tts/ios/CMakeLists.txt
blob: a688b905fc1f9de0cbb88a51c8bda605aa31a476 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
qt_internal_add_plugin(QTextToSpeechIosPlugin
    OUTPUT_NAME qtexttospeech_speechios
    PLUGIN_TYPE texttospeech
    SOURCES
        qtexttospeech_ios.h qtexttospeech_ios.mm
        qtexttospeech_ios_plugin.cpp qtexttospeech_ios_plugin.h
    LIBRARIES
        ${FWAVFoundation}
        ${FWFoundation}
        Qt::Core
        Qt::Gui
        Qt::TextToSpeech
)