[DO-981] qt package (!15)
Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech> Reviewed-on: https://git.avroid.tech/Conan/conan_build/pulls/15
This commit is contained in:
23
recipes/qt/5.x.x/patches/qtlocation-1.patch
Normal file
23
recipes/qt/5.x.x/patches/qtlocation-1.patch
Normal file
@@ -0,0 +1,23 @@
|
||||
This file is part of MXE. See LICENSE.md for licensing information.
|
||||
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Mark Brand <mabrand@mabrand.nl>
|
||||
Date: Fri, 2 Jun 2017 18:23:20 +0200
|
||||
Subject: [PATCH 1/1] disable mapboxgl for MXE
|
||||
|
||||
|
||||
diff --git a/src/plugins/geoservices/geoservices.pro b/src/plugins/geoservices/geoservices.pro
|
||||
index 1111111..2222222 100644
|
||||
--- a/src/plugins/geoservices/geoservices.pro
|
||||
+++ b/src/plugins/geoservices/geoservices.pro
|
||||
@@ -12,7 +12,8 @@ qtConfig(geoservices_mapboxgl) {
|
||||
!exists(../../3rdparty/mapbox-gl-native/mapbox-gl-native.pro) {
|
||||
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
|
||||
+ message(MXE: mapboxgl disabled)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user