summaryrefslogtreecommitdiffstats
path: root/src/plugins/tts/ios/ios.pro
blob: 5500162c29480219d99ee927742e363a5a2f6883 (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
TARGET = qtexttospeech_speechios
PLUGIN_TYPE = texttospeech
PLUGIN_CLASS_NAME = QTextToSpeechPluginIos

load(qt_plugin)

QT += core texttospeech
LIBS += -framework Foundation -framework AVFoundation

HEADERS += \
    qtexttospeech_ios_plugin.h \
    qtexttospeech_ios.h \

OBJECTIVE_HEADERS += \
    qtexttospeech_ios.h \

SOURCES += \
    qtexttospeech_ios_plugin.cpp \

OBJECTIVE_SOURCES += \
    qtexttospeech_ios.mm \

OTHER_FILES += \
    ios_plugin.json