summaryrefslogtreecommitdiffstats
path: root/src/plugins/tts/sapi/CMakeLists.txt
blob: 43a57d6397ad5650a27f4b94ca7a1b18e6cc0003 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Generated from sapi.pro.

#####################################################################
## QTextToSpeechPluginSapi Plugin:
#####################################################################

qt_internal_add_plugin(QTextToSpeechPluginSapi
    OUTPUT_NAME qtexttospeech_sapi
    PLUGIN_TYPE texttospeech
    SOURCES
        qtexttospeech_sapi.cpp qtexttospeech_sapi.h
        qtexttospeech_sapi_plugin.cpp qtexttospeech_sapi_plugin.h
    LIBRARIES
        Qt::Core
        Qt::Gui
        Qt::TextToSpeech
)

#### Keys ignored in scope 1:.:.:sapi.pro:<TRUE>:
# OTHER_FILES = "sapi_plugin.json"
# QMAKE_CFLAGS = "--Zc:strictStrings"
# QMAKE_CFLAGS_RELEASE = "--Zc:strictStrings"
# QMAKE_CFLAGS_RELEASE_WITH_DEBUGINFO = "--Zc:strictStrings"
# QMAKE_CXXFLAGS_RELEASE = "--Zc:strictStrings"
# QMAKE_CXXFLAGS_RELEASE_WITH_DEBUGINFO = "--Zc:strictStrings"

## Scopes:
#####################################################################

qt_internal_extend_target(QTextToSpeechPluginSapi CONDITION MSVC
    COMPILE_OPTIONS
        /Zc:strictStrings
)

qt_internal_extend_target(QTextToSpeechPluginSapi CONDITION MINGW
    LIBRARIES
        ole32
        sapi
        uuid
)