summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/io/qtextstream/CMakeLists.txt
blob: b54610ad74945fd69539db9d541771c96e5142a1 (plain)
1
2
3
4
5
6
7
8
9
10
#####################################################################
## tst_bench_qtextstream Binary:
#####################################################################

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