summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/time/qdatetime/CMakeLists.txt
blob: a9546f3cad1d144ada822e3c84f0ce2128892cbe (plain)
1
2
3
4
5
6
7
8
9
10
#####################################################################
## tst_bench_qdatetime Binary:
#####################################################################

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