summaryrefslogtreecommitdiffstats
path: root/src/plugins/tts/osx/CMakeLists.txt
blob: 578f8296d4cbebb30c33cb6a54c711232c414db2 (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 osx.pro.

#####################################################################
## qtexttospeech_speechosx Plugin:
#####################################################################

add_qt_plugin(qtexttospeech_speechosx
    TYPE texttospeech
    CLASS_NAME QTextToSpeechPluginOsx
    SOURCES
        qtexttospeech_osx.h qtexttospeech_osx.mm
        qtexttospeech_osx_plugin.cpp qtexttospeech_osx_plugin.h
    PUBLIC_LIBRARIES
        ${FWCocoa}
        Qt::Core
        Qt::Gui
        Qt::TextToSpeech
)

#### Keys ignored in scope 1:.:.:osx.pro:<TRUE>:
# OTHER_FILES = "osx_plugin.json"
# PLUGIN_CLASS_NAME = "QTextToSpeechPluginOsx"
# PLUGIN_TYPE = "texttospeech"
# _LOADED = "qt_plugin"