summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/qwebenginehistory/CMakeLists.txt
blob: b91281a45bba44647e4bee53a395f0c1d6672db8 (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_qwebenginehistory
    SOURCES
        tst_qwebenginehistory.cpp
    LIBRARIES
        Qt::WebEngineWidgets
        Test::Util
)

set(tst_qwebenginehistory_resource_files
    "resources/page1.html"
    "resources/page2.html"
    "resources/page3.html"
    "resources/page4.html"
    "resources/page5.html"
    "resources/page6.html"
)

qt_internal_add_resource(tst_qwebenginehistory "tst_qwebenginehistory"
    PREFIX
        "/"
    FILES
        ${tst_qwebenginehistory_resource_files}
)