summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/kernel/qproperty/CMakeLists.txt
blob: d6fc1c5a141b08d3cfbf5886c21c95e1529fef80 (plain)
1
2
3
4
5
6
7
8
qt_internal_add_benchmark(tst_bench_qproperty
    SOURCES
       main.cpp
       propertytester.h
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Test
)