summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/proxy/CMakeLists.txt
blob: 95dc903edf65d27c6244d35c0fcd5e878d602126 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

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

qt_internal_add_test(tst_webengine_proxy
    SOURCES
        tst_proxy.cpp
    LIBRARIES
        Qt::WebEngineWidgets
       Test::HttpServer
)