summaryrefslogtreecommitdiffstats
path: root/tests/auto/texttospeech/CMakeLists.txt
blob: 8bac777709bbd2261269c24425482b6959ad7d11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Generated from texttospeech.pro.

#####################################################################
## tst_qtexttospeech Test:
#####################################################################

qt_internal_add_test(tst_qtexttospeech
    SOURCES
        tst_qtexttospeech.cpp
    PUBLIC_LIBRARIES
        Qt::TextToSpeechPrivate
)

## Scopes:
#####################################################################

qt_find_package(SpeechDispatcher PROVIDED_TARGETS SpeechDispatcher::SpeechDispatcher) # special case
qt_internal_extend_target(tst_qtexttospeech CONDITION QT_FEATURE_speechd
    PUBLIC_LIBRARIES
        SpeechDispatcher::SpeechDispatcher
)