summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/widgets/kernel/qwidget/CMakeLists.txt
blob: 5eb2ea97d16789d82f22c3fb9982332f8d3d2755 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Generated from qwidget.pro.

#####################################################################
## tst_bench_qwidget Binary:
#####################################################################

qt_add_benchmark(tst_bench_qwidget
    SOURCES
        tst_qwidget.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Test
        Qt::Widgets
)