summaryrefslogtreecommitdiffstats
path: root/src/plugins/tts/macos/CMakeLists.txt
blob: af39feb20416ff51bfbc033bb4731b5154ad3085 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
qt_internal_add_plugin(QTextToSpeechMacOSPlugin
    OUTPUT_NAME qtexttospeech_speech_macos
    PLUGIN_TYPE texttospeech
    SOURCES
        qtexttospeech_macos.h qtexttospeech_macos.mm
        qtexttospeech_macos_plugin.cpp qtexttospeech_macos_plugin.h
    LIBRARIES
        ${FWCocoa}
        Qt::Core
        Qt::Gui
        Qt::TextToSpeech
)