summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/uidelegates/CMakeLists.txt
blob: bdf041e04023061a212270b908f451dfe9967086 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

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

qt_internal_add_test(tst_uidelegates
    SOURCES
        tst_uidelegates.cpp
    LIBRARIES
        Qt::WebEngineCorePrivate
        Qt::WebEngineQuick
        Qt::GuiPrivate
        Qt::WebEngineQuickPrivate
        Test::HttpServer
        Test::Util
)