summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/kernel/qcoreapplication/CMakeLists.txt
blob: 0872bccf609b64cdb5f060818d5b9c365c07c82a (plain)
1
2
3
4
5
6
7
8
9
10
#####################################################################
## tst_bench_qcoreapplication Binary:
#####################################################################

qt_internal_add_benchmark(tst_bench_qcoreapplication
    SOURCES
        tst_bench_qcoreapplication.cpp
    PUBLIC_LIBRARIES
        Qt::Test
)