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

#####################################################################
## tst_bench_qobject Binary:
#####################################################################

qt_internal_add_benchmark(tst_bench_qobject
    SOURCES
        tst_bench_qobject.cpp
        object.cpp object.h
    LIBRARIES
        Qt::Gui
        Qt::Test
        Qt::Widgets
)