summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/widgets/kernel/qwidget/CMakeLists.txt
blob: ab455728d3b6b8706fe5c41d3cffe98b6d44026b (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

# Generated from qwidget.pro.

#####################################################################
## tst_bench_qwidget Binary:
#####################################################################

qt_internal_add_benchmark(tst_bench_qwidget
    SOURCES
        tst_qwidget.cpp
    LIBRARIES
        Qt::Gui
        Qt::Test
        Qt::Widgets
)