blob: 60867aef0bd04e10b1c6ea934dcb937141254bb7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
FILESEXTRAPATHS:prepend := "${THISDIR}/qtlocation:"
SRC_URI += "\
file://0001-mapbox-update-API-url-to-match-new-schema.patch \
"
# Need to explicitly enable the various plugins
PACKAGECONFIG += " \
geoservices_osm \
geoservices_here \
geoservices_itemsoverlay \
geoservices_mapbox \
geoservices_mapboxgl \
"
|