summaryrefslogtreecommitdiffstats
path: root/tests/auto/texttospeech/texttospeech.pro
blob: fdbe8262f74997afa5629a42dcf61b880b00a3f3 (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
}