summaryrefslogtreecommitdiffstats
path: root/tests/auto/integration/qmediaplayerbackend/CMakeLists.txt
blob: 3848c6099eb5effba426f77f24a0d41530096f6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Generated from qmediaplayerbackend.pro.

#####################################################################
## tst_qmediaplayerbackend Test:
#####################################################################

# Collect test data
file(GLOB_RECURSE test_data_glob
    RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
    testdata/*)
list(APPEND testdata_resource_files ${test_data_glob})

qt_internal_add_test(tst_qmediaplayerbackend
    SOURCES
        ../shared/mediafileselector.h
        tst_qmediaplayerbackend.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::MultimediaPrivate
    TESTDATA ${testdata_resource_files}
)

qt_internal_add_resource(tst_qmediaplayerbackend "testdata"
    PREFIX
        "/"
    FILES
        ${testdata_resource_files}
)

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

qt_internal_extend_target(tst_qmediaplayerbackend CONDITION boot2qt
    DEFINES
        SKIP_OGV_TEST
)