summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/io/qfileinfo/CMakeLists.txt
blob: 8933b30cf3cea5488a560b6e7f154b28a6437f6a (plain)
1
2
3
4
5
6
7
8
9
10
11
#####################################################################
## tst_bench_qfileinfo Binary:
#####################################################################

qt_internal_add_benchmark(tst_bench_qfileinfo
    SOURCES
        tst_bench_qfileinfo.cpp
    PUBLIC_LIBRARIES
        Qt::CorePrivate
        Qt::Test
)