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