summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/qwebenginescript/CMakeLists.txt
blob: 6e768cf900b1035fbbeb20cc82a0c46910efd6e8 (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
include(../../util/util.cmake)

qt_internal_add_test(tst_qwebenginescript
    SOURCES
        tst_qwebenginescript.cpp
    LIBRARIES
        Qt::WebEngineWidgets
        Test::Util
)

set(tst_qwebenginescript_resource_files
    "resources/test_iframe_inner.html"
    "resources/test_iframe_main.html"
    "resources/test_iframe_outer.html"
    "resources/test_window_open.html"
    "resources/title_a.html"
    "resources/title_b.html"
    "resources/webChannelWithBadString.html"
)

qt_internal_add_resource(tst_qwebenginescript "tst_qwebenginescript"
    PREFIX
        "/"
    FILES
        ${tst_qwebenginescript_resource_files}
)