summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/kernel/qobject/CMakeLists.txt
blob: 4127a75ce56d2f54046ed8d234130122dd317d93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#####################################################################
## tst_bench_qobject Binary:
#####################################################################

qt_internal_add_benchmark(tst_bench_qobject
    SOURCES
        tst_bench_qobject.cpp
        object.cpp object.h
    LIBRARIES
        Qt::Gui
        Qt::Test
        Qt::Widgets
)