summaryrefslogtreecommitdiffstats
path: root/src/plugins/tts/tts.pro
blob: 0d56920025f7dc6dd8407c9d8780c1b011760dc0 (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
TEMPLATE = subdirs

unix {
    CONFIG += link_pkgconfig
    packagesExist(speech-dispatcher) {
        SUBDIRS += speechdispatcher
    }
}

# mingw needs copies of the structures defined in sapi.h
# until those are written, disable the sapi plugin for mingw
windows:!winrt:!mingw: SUBDIRS += sapi
winrt: SUBDIRS += winrt

osx: SUBDIRS += osx

android: SUBDIRS += android

config_flite | config_flite_alsa {
    SUBDIRS += flite
}

config_vocalizer: exists(vocalizer) {
    SUBDIRS += vocalizer
}