summaryrefslogtreecommitdiffstats
path: root/src/tts/tts.pro
blob: 6eeed2bb6d523eec49fca21805460b8d466ac414 (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
27
TARGET = QtTextToSpeech
QT = core-private
DEFINES += QTEXTTOSPEECH_LIBRARY
MODULE = texttospeech
MODULE_PLUGIN_TYPES = texttospeech

load(qt_module)

HEADERS = \
    qtexttospeech.h \
    qtexttospeechplugin.h \
    qtexttospeechengine.h \
    qtexttospeech_p.h \
    qtexttospeech_global.h \
    qvoice.h \
    qvoice_p.h \

SOURCES = \
    qtexttospeech.cpp \
    qtexttospeechplugin.cpp \
    qtexttospeechengine.cpp \
    qvoice.cpp \

ANDROID_BUNDLED_JAR_DEPENDENCIES = \
    jar/Qt$${QT_MAJOR_VERSION}AndroidTextToSpeech.jar
ANDROID_LIB_DEPENDENCIES = \
    plugins/texttospeech/libplugins_texttospeech_qttexttospeech_android.so