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

#####################################################################
## tst_bench_qpixmapcache Binary:
#####################################################################

qt_internal_add_benchmark(tst_bench_qpixmapcache
    SOURCES
        tst_qpixmapcache.cpp
    LIBRARIES
        Qt::Gui
        Qt::Test
)