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

#####################################################################
## tst_bench_qgraphicslayout Binary:
#####################################################################

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

# TEMPLATE = "app"