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

qt_internal_add_test(tst_qtbug_110287
    SOURCES
        tst_qtbug_110287.cpp
    LIBRARIES
        Qt::Network
        Qt::WebEngineWidgets
)
target_link_options(tst_qtbug_110287 PRIVATE "-Wl,--as-needed")