summaryrefslogtreecommitdiffstats
path: root/src/plugins/geoservices/osm/CMakeLists.txt
blob: 1f7c98438dcc019be098bcf853e70b4c14c8b4ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
qt_internal_add_plugin(QGeoServiceProviderFactoryOsmPlugin
    OUTPUT_NAME qtgeoservices_osm
    CLASS_NAME QGeoServiceProviderFactoryOsm
    PLUGIN_TYPE geoservices
    SOURCES
        qgeoserviceproviderpluginosm.h qgeoserviceproviderpluginosm.cpp
        qgeotiledmappingmanagerengineosm.h qgeotiledmappingmanagerengineosm.cpp
        qgeotilefetcherosm.h qgeotilefetcherosm.cpp
        qgeomapreplyosm.h qgeomapreplyosm.cpp
        qgeocodingmanagerengineosm.h qgeocodingmanagerengineosm.cpp
        qgeocodereplyosm.h qgeocodereplyosm.cpp
        qgeoroutingmanagerengineosm.h qgeoroutingmanagerengineosm.cpp
        qgeoroutereplyosm.h qgeoroutereplyosm.cpp
        qplacemanagerengineosm.h qplacemanagerengineosm.cpp
        qplacesearchreplyosm.h qplacesearchreplyosm.cpp
        qplacecategoriesreplyosm.h qplacecategoriesreplyosm.cpp
        qgeotiledmaposm.h qgeotiledmaposm.cpp
        qgeofiletilecacheosm.h qgeofiletilecacheosm.cpp
        qgeotileproviderosm.h qgeotileproviderosm.cpp
        qgeorouteparserosrmv4_p.h qgeorouteparserosrmv4.cpp
    LIBRARIES
        Qt::Core
        Qt::Network
        Qt::LocationPrivate
        Qt::PositioningPrivate
)