summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/qwebengineloadinginfo/CMakeLists.txt
blob: 09d9c30f5d04e0740a7e46cd48d526c4497ca29f (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright (C) 2023 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

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