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

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

set(tst_favicon_resource_files
    "resources/favicon-misc.html"
    "resources/favicon-multi.html"
    "resources/favicon-shortcut.html"
    "resources/favicon-single.html"
    "resources/favicon-touch.html"
    "resources/favicon-unavailable.html"
    "resources/icons/qt144.png"
    "resources/icons/qt32.ico"
    "resources/icons/qtmulti.ico"
    "resources/test1.html"
)

qt_internal_add_resource(tst_favicon "tst_favicon"
    PREFIX
        "/"
    FILES
        ${tst_favicon_resource_files}
)