summaryrefslogtreecommitdiffstats
path: root/src/plugins/tts/winrt/CMakeLists.txt
blob: 9e2a247139e0d105bd81ed3a02a80c5c4bb55f65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
qt_internal_add_plugin(QTextToSpeechWinRTPlugin
    OUTPUT_NAME qtexttospeech_winrt
    PLUGIN_TYPE texttospeech
    SOURCES
        qtexttospeech_winrt.cpp qtexttospeech_winrt.h
        qtexttospeech_winrt_audiosource.cpp qtexttospeech_winrt_audiosource.h
        qtexttospeech_winrt_plugin.cpp qtexttospeech_winrt_plugin.h
    LIBRARIES
        Qt::Core
        Qt::CorePrivate
        Qt::TextToSpeech
        Qt::Multimedia
        shlwapi
        runtimeobject
)

qt_internal_extend_target(QTextToSpeechWinRTPlugin CONDITION MSVC
    COMPILE_OPTIONS
        /Zc:twoPhase-
)