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

SUBDIRS = nokia osm mapbox esri itemsoverlay

qtConfig(c++14):qtConfig(opengl):!win32 {
    !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
    }
}