summaryrefslogtreecommitdiffstats
path: root/src/plugins/tts/sapi/sapi.pro
blob: b78641de1f03997fd9e458c402c345dc43fa768e (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
TARGET = qtexttospeech_sapi
PLUGIN_TYPE = texttospeech
PLUGIN_CLASS_NAME = QTextToSpeechPluginSapi

# sapi.h contains some parts that fail with "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
QMAKE_CFLAGS -= -Zc:strictStrings
QMAKE_CXXFLAGS -= -Zc:strictStrings

load(qt_plugin)

QT += core texttospeech

HEADERS += \
    qtexttospeech_sapi.h \
    qtexttospeech_sapi_plugin.h \

SOURCES += \
    qtexttospeech_sapi.cpp \
    qtexttospeech_sapi_plugin.cpp \

OTHER_FILES += \
    sapi_plugin.json