summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/kernel/qmetaobject/CMakeLists.txt
blob: af4c6636fd88c42252c74474407345ae87a7d78b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#####################################################################
## tst_bench_qmetaobject Binary:
#####################################################################

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