summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/qwebengineglobalsettings/CMakeLists.txt
blob: fa81ba8dfc21905e1f5261ce14b61fcbae1b8253 (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) 2023 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

include(../../httpserver/httpserver.cmake)
include(../../util/util.cmake)

qt_internal_add_test(tst_qwebengineglobalsettings
    SOURCES
        tst_qwebengineglobalsettings.cpp
    LIBRARIES
        Qt::WebEngineCore
        Test::HttpServer
        Qt::WebEngineWidgets
        Test::Util
)

# Resources:
set(tst_qwebengineglobalsettings_resource_files
    "cert/localhost.crt"
    "cert/localhost.key"
    "cert/RootCA.pem"
)

qt_add_resources(tst_qwebengineglobalsettings "tst_qwebengineglobalsettings"
    PREFIX
        "/"
    FILES
        ${tst_qwebengineglobalsettings_resource_files}
)