summaryrefslogtreecommitdiffstats
path: root/qtspeech.pro
blob: 57563dc011a21f6196f5d0504eceef103e70952a (plain)
1
2
3
4
5
6
7
8
lessThan(QT_MAJOR_VERSION, 5): error("The QtSpeech library only supports Qt 5.")
load(configure)
qtCompileTest(flite)
qtCompileTest(flite_alsa)
!packagesExist(speech-dispatcher) {
    qtCompileTest(speechd)
}
load(qt_parts)