summaryrefslogtreecommitdiffstats
path: root/src/plugins/tts/android/src/src.pro
blob: 70f6a4081d4e21edb497c2a93590dc81ec7ce23e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TARGET = qttexttospeech_android
QT = core core-private texttospeech

PLUGIN_TYPE = texttospeech
PLUGIN_CLASS_NAME = QTextToSpeechEngineAndroid
load(qt_plugin)

HEADERS += \
    qtexttospeech_android.h \
    qtexttospeech_android_plugin.h

SOURCES += \
    qtexttospeech_android.cpp \
    qtexttospeech_android_plugin.cpp

OTHER_FILES += \
    android_plugin.json