summarylogtreecommitdiffstats
path: root/geoservices.pro.patch
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2017-06-11 18:57:54 -0300
committerGonzalo Exequiel Pedone2017-06-11 18:57:54 -0300
commit86b98bfbff7d862e24013b835d24f1db0eb94b0b (patch)
treee41fae01b3ba3f1ec3aa7891c46dbc04e1327493 /geoservices.pro.patch
parentf99a0d217c7546edf693887983bef7fad8e0852c (diff)
downloadaur-86b98bfbff7d862e24013b835d24f1db0eb94b0b.tar.gz
Updated to Qt 5.9.0.
Diffstat (limited to 'geoservices.pro.patch')
-rw-r--r--geoservices.pro.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/geoservices.pro.patch b/geoservices.pro.patch
new file mode 100644
index 000000000000..d2e8366ba561
--- /dev/null
+++ b/geoservices.pro.patch
@@ -0,0 +1,12 @@
+--- a/qtlocation/src/plugins/geoservices/geoservices.pro 2017-05-19 14:42:14.000000000 -0300
++++ b/qtlocation/src/plugins/geoservices/geoservices.pro 2017-06-10 13:46:34.743784296 -0300
+@@ -10,7 +10,7 @@
+ !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
++# SUBDIRS += mapboxgl ../../3rdparty/mapbox-gl-native
++# mapboxgl.depends = ../../3rdparty/mapbox-gl-native
+ }
+ }