summaryrefslogtreecommitdiff
path: root/tests/benchmarks/qgeosatelliteinfo/CMakeLists.txt
blob: 461bcf662feac3d0dfc557ff95a2d7e5c82a5566 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# special case begin

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

# special case end