summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/qwebenginecookiestore/CMakeLists.txt
blob: 5273d31aa825907533913096de31b255171ed562 (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
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

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

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

set(tst_qwebenginecookiestore_resource_files
    "resources/content.html"
    "resources/index.html"
)

qt_internal_add_resource(tst_qwebenginecookiestore "tst_qwebenginecookiestore"
    PREFIX
        "/"
    FILES
        ${tst_qwebenginecookiestore_resource_files}
)