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

SUBDIRS = nokia osm mapbox esri

linux|android: {
    equals(QT_GCC_MAJOR_VERSION, 4): greaterThan(QT_GCC_MINOR_VERSION, 8) {
        SUBDIRS += mapboxgl
    }

    greaterThan(QT_GCC_MAJOR_VERSION, 4) {
        SUBDIRS += mapboxgl
    }
}

ios|macos: {
    SUBDIRS += mapboxgl
}