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

# Generated from scrolltest.pro.

#####################################################################
## scrolltest Binary:
#####################################################################

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