summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/kernel/qproperty/CMakeLists.txt
blob: 1a26f28f05aa5bcb5da7ce21dd11cee03af17388 (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_benchmark(tst_bench_qproperty
    SOURCES
       tst_bench_qproperty.cpp
       propertytester.h
    LIBRARIES
        Qt::Core
        Qt::Test
)