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

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

# special case end