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

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