summaryrefslogtreecommitdiffstats
path: root/tests/auto/texttospeech/CMakeLists.txt
blob: a15b209a4a8c5f384a2daf987780187a0811d9c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
qt_internal_add_test(tst_qtexttospeech
    SOURCES
        tst_qtexttospeech.cpp
    PUBLIC_LIBRARIES
        Qt::TextToSpeechPrivate
)

qt_find_package(SpeechDispatcher PROVIDED_TARGETS SpeechDispatcher::SpeechDispatcher)
qt_internal_extend_target(tst_qtexttospeech CONDITION QT_FEATURE_speechd
    PUBLIC_LIBRARIES
        SpeechDispatcher::SpeechDispatcher
)