summaryrefslogtreecommitdiffstats
path: root/src/plugins/tts/tts.pro
blob: e5b290df8ed9dfdac27af92dbd080d74cd1e20dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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

config_flite {
    SUBDIRS += flite
}