comparison qt/qtlocation/patch-disable-mapbox.patch @ 807:2e0fe4608012

vanilla: add many missing files
author David Demelier <markand@malikania.fr>
date Sun, 18 Aug 2019 22:22:21 +0200
parents
children
comparison
equal deleted inserted replaced
806:58438f6471cf 807:2e0fe4608012
1 --- src/plugins/geoservices/geoservices.pro.orig 2019-08-12 17:10:00.331757655 +0200
2 +++ src/plugins/geoservices/geoservices.pro 2019-08-12 17:10:14.575758092 +0200
3 @@ -3,16 +3,6 @@
4 QT_FOR_CONFIG += location-private # pulls in the features defined in configure.json
5
6 qtConfig(geoservices_here): SUBDIRS += nokia
7 -qtConfig(geoservices_mapbox): SUBDIRS += mapbox
8 qtConfig(geoservices_esri): SUBDIRS += esri
9 qtConfig(geoservices_itemsoverlay): SUBDIRS += itemsoverlay
10 qtConfig(geoservices_osm): SUBDIRS += osm
11 -
12 -qtConfig(geoservices_mapboxgl) {
13 - !exists(../../3rdparty/mapbox-gl-native/mapbox-gl-native.pro) {
14 - warning("Submodule mapbox-gl-native does not exist. Run 'git submodule update --init' on qtlocation.")
15 - } else {
16 - SUBDIRS += mapboxgl ../../3rdparty/mapbox-gl-native
17 - mapboxgl.depends = ../../3rdparty/mapbox-gl-native
18 - }
19 -}