summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/geoservices.pro
blob: c67b5f5b55b2bae41d681c5f08d74625ac61ff25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TEMPLATE = subdirs

QT_FOR_CONFIG += location-private  # pulls in the features defined in configure.json

qtConfig(geoservices_here): SUBDIRS += nokia
qtConfig(geoservices_mapbox): SUBDIRS += mapbox
qtConfig(geoservices_esri): SUBDIRS += esri
qtConfig(geoservices_itemsoverlay): SUBDIRS += itemsoverlay
qtConfig(geoservices_osm): SUBDIRS += osm

# for now turned off in Qt 6
false:qtConfig(geoservices_mapboxgl) {
    !exists(../../3rdparty/mapbox-gl-native/mapbox-gl-native.pro) {
        warning("Submodule mapbox-gl-native does not exist. Run 'git submodule update --init' on qtlocation.")
    } else {
        SUBDIRS += mapboxgl ../../3rdparty/mapbox-gl-native
        mapboxgl.depends = ../../3rdparty/mapbox-gl-native
    }
}