summaryrefslogtreecommitdiffstats
path: root/src/plugins/tts/winrt/winrt.pro
blob: 68966204fa82cba1472751ec583945f7955afe96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TARGET = qtexttospeech_winrt
PLUGIN_TYPE = texttospeech
PLUGIN_CLASS_NAME = QTextToSpeechPluginWinRT

load(qt_plugin)

QT += core core-private texttospeech

HEADERS += \
    qtexttospeech_winrt.h \
    qtexttospeech_winrt_plugin.h \

SOURCES += \
    qtexttospeech_winrt.cpp \
    qtexttospeech_winrt_plugin.cpp \

OTHER_FILES += \
    winrt_plugin.json