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

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

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