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

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

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

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

extend_target(tst_qtexttospeech CONDITION QT_FEATURE_speechd
    PUBLIC_LIBRARIES
        SpeechDispatcher::SpeechDispatcher
)