summaryrefslogtreecommitdiffstats
path: root/src/plugins/tts/ios/ios.pro
blob: 247aac4269f73bbbb6797c08ace9a8e673aafc3a (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 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