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

#####################################################################
## tst_bench_qlocale Binary:
#####################################################################

qt_internal_add_benchmark(tst_bench_qlocale
    SOURCES
        tst_bench_qlocale.cpp
    LIBRARIES
        Qt::Test
)