summaryrefslogtreecommitdiffstats
path: root/src/plugins/tts/sapi/.prev_CMakeLists.txt
blob: 5c9d555807441bb7841567496e4f851ce838339f (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
# Generated from sapi.pro.

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

qt_internal_add_plugin(QTextToSpeechPluginSapi
    OUTPUT_NAME qtexttospeech_sapi
    TYPE texttospeech
    SOURCES
        qtexttospeech_sapi.cpp qtexttospeech_sapi.h
        qtexttospeech_sapi_plugin.cpp qtexttospeech_sapi_plugin.h
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Gui
        Qt::TextToSpeech
    COMPILE_OPTIONS
        --Zc:strictStrings
)

#### 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 MINGW
    PUBLIC_LIBRARIES
        ole32
        sapi
        uuid
)