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

SUBDIRS = nokia mapbox esri itemsoverlay

qtConfig(concurrent) {
    SUBDIRS += osm
}

qtConfig(opengl):qtConfig(c++14):!win32|mingw:!qnx {
    !exists(../../3rdparty/mapbox-gl-native/CMakeLists.txt) {
        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
    }
}