1{ 2 "module": "location", 3 "depends": [ 4 "gui" 5 ], 6 7 "features": { 8 "location-labs-plugin": { 9 "label": "Qt.labs.location experimental QML plugin", 10 "purpose": "Provides experimental QtLocation QML types", 11 "section": "Location", 12 "condition": "features.opengl", 13 "output": [ "privateFeature" ] 14 }, 15 "geoservices_osm": { 16 "label": "OpenStreetMap", 17 "purpose": "Provides access to OpenStreetMap geoservices", 18 "section": "Location", 19 "condition": "features.concurrent", 20 "output": [ "privateFeature" ] 21 }, 22 "geoservices_here": { 23 "label": "HERE", 24 "purpose": "Provides access to HERE geoservices", 25 "section": "Location", 26 "output": [ "privateFeature" ] 27 }, 28 "geoservices_esri": { 29 "label": "Esri", 30 "purpose": "Provides access to Esri geoservices", 31 "section": "Location", 32 "output": [ "privateFeature" ] 33 }, 34 "geoservices_mapbox": { 35 "label": "Mapbox", 36 "purpose": "Provides access to Mapbox geoservices", 37 "section": "Location", 38 "output": [ "privateFeature" ] 39 }, 40 "geoservices_mapboxgl": { 41 "label": "MapboxGL", 42 "purpose": "Provides access to the Mapbox vector maps", 43 "section": "Location", 44 "condition": [ 45 "features.gui", 46 "features.opengl", 47 "features.c++14", 48 "!config.intel_icc && (!config.win32 || config.mingw)" 49 ], 50 "output": [ "privateFeature" ] 51 }, 52 "geoservices_itemsoverlay": { 53 "label": "Itemsoverlay", 54 "purpose": "Provides access to the itemsoverlay maps", 55 "section": "Location", 56 "output": [ "privateFeature" ] 57 } 58 }, 59 60 "summary": [ 61 { 62 "section": "Qt Location", 63 "entries": [ 64 "location-labs-plugin", 65 { 66 "section": "Geoservice plugins", 67 "entries": [ 68 "geoservices_osm", 69 "geoservices_here", 70 "geoservices_esri", 71 "geoservices_mapbox", 72 "geoservices_mapboxgl", 73 "geoservices_itemsoverlay" 74 ] 75 } 76 ] 77 } 78 ] 79} 80