summaryrefslogtreecommitdiff
path: root/tests/auto/qgeotiledmap/CMakeLists.txt
blob: 7c5c7c9741e0d7bd5e746be58c824a9f98b1e9c2 (plain)
1
2
3
4
5
6
7
8
9
10
qt_internal_add_test(tst_qgeotiledmap
    SOURCES
        tst_qgeotiledmap.cpp
    INCLUDE_DIRECTORIES
        ../geotestplugin
    LIBRARIES
        Qt::Core
        Qt::LocationPrivate
        Qt::PositioningPrivate
)