summaryrefslogtreecommitdiff
path: root/tests/auto/declarative_geolocation/CMakeLists.txt
blob: 366884c42294a5062c383763e0e4e823da2ff102 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# special case begin

# Collect test data

qt_internal_add_test(tst_declarative_geolocation
    QMLTEST
    SOURCES
        main.cpp
    PUBLIC_LIBRARIES
        Qt::Positioning
        Qt::Quick
    TESTDATA
        tst_declarativegeolocation.qml
)

# special case end