summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qgeopositioninfo/CMakeLists.txt
blob: 40ba024626fc5dc00a4d0692102cde6000ed303a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# special case begin

qt_internal_add_benchmark(tst_bench_qgeopositioninfo
    SOURCES
        tst_bench_qgeopositioninfo.cpp
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Positioning
        Qt::Test
)

# special case end