summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/widgets/graphicsview/qgraphicsview/benchapps/moveItems/CMakeLists.txt
blob: 3bbeb083501e8d47438bd958b216ee1b4abaab4c (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

#####################################################################
## moveItems Binary:
#####################################################################

qt_internal_add_benchmark(moveItems
    GUI
    SOURCES
        main.cpp
    LIBRARIES
        Qt::Gui
)