summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/faviconmanager/CMakeLists.txt
blob: 89bee5a2aca3d48df058173ccb182f7e0509aa7d (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_faviconmanager
    SOURCES
        tst_faviconmanager.cpp
    LIBRARIES
        Qt::WebEngineWidgets
        Test::Util
)

set(tst_faviconmanager_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_add_resource(tst_faviconmanager "tst_faviconmanager"
    PREFIX
        "/"
    FILES
        ${tst_faviconmanager_resource_files}
)