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

#####################################################################
## tst_qaudiodecoder Test:
#####################################################################

qt_internal_add_test(tst_qaudiodecoder
    SOURCES
        tst_qaudiodecoder.cpp
    INCLUDE_DIRECTORIES
        ../../mockbackend
    PUBLIC_LIBRARIES
        # Remove: L${CMAKE_CURRENT_SOURCE_DIR}
        Qt::Gui
        Qt::Multimedia
        Qt::MultimediaPrivate
        QtMultimediaMockBackend
)