summaryrefslogtreecommitdiffstats
path: root/src/plugins/tts/tts.pro
blob: 693bda16f3665b33367c38450679cae3f5e2098e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE = subdirs

QT_FOR_CONFIG += texttospeech-private
unix {
    qtConfig(speechd) {
        SUBDIRS += speechdispatcher
    }
}

windows:!winrt: SUBDIRS += sapi
winrt: SUBDIRS += winrt

osx: SUBDIRS += osx
uikit: SUBDIRS += ios

android: SUBDIRS += android

qtConfig(flite) {
    qtHaveModule(multimedia): SUBDIRS += flite
}