summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/offscreen/CMakeLists.txt
blob: d51459a3ee28491222aa0ebbeffba1b24751ed35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
qt_internal_add_test(tst_offscreen
    SOURCES
        tst_offscreen.cpp
    LIBRARIES
        Qt::WebEngineWidgets
)

set(tst_offscreen_resource_files
    "test.html"
)

set_tests_properties(tst_offscreen PROPERTIES
    ENVIRONMENT QT_QPA_PLATFORM=offscreen
)

qt_internal_add_resource(tst_offscreen "tst_offscreen"
    PREFIX
        "/"
    FILES
        ${tst_offscreen_resource_files}
)