summaryrefslogtreecommitdiffstats
path: root/tests/auto/texttospeech/texttospeech.pro
blob: 4ca4419a024e99d292c0c432c341fa3703f8fe60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += testcase
TARGET = tst_qtexttospeech
QT = testlib core texttospeech
SOURCES += tst_qtexttospeech.cpp

unix {
    CONFIG += link_pkgconfig
    packagesExist(speech-dispatcher): PKGCONFIG = speech-dispatcher
    config_speechd | packagesExist(speech-dispatcher) {
        DEFINES += HAVE_SPEECHD
    }
    config_speechd: LIBS += -lspeechd
}