summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/offscreen/CMakeLists.txt
blob: 756e53c43ce7ecfb1da001ef1d3ecf70bbb860d7 (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
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

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}
)