summaryrefslogtreecommitdiffstats
path: root/examples/location
diff options
context:
space:
mode:
Diffstat (limited to 'examples/location')
-rw-r--r--examples/location/location.pro5
-rw-r--r--examples/location/mapviewer/mapviewer.pro2
2 files changed, 4 insertions, 3 deletions
diff --git a/examples/location/location.pro b/examples/location/location.pro
index 6506813f..69fa6516 100644
--- a/examples/location/location.pro
+++ b/examples/location/location.pro
@@ -7,6 +7,7 @@ qtHaveModule(quick) {
mapviewer \
minimal_map \
itemview_transitions \
- planespotter \
- geojson_viewer
+ planespotter
+
+ qtHaveModule(widgets): SUBDIRS += geojson_viewer
}
diff --git a/examples/location/mapviewer/mapviewer.pro b/examples/location/mapviewer/mapviewer.pro
index 8e3daf81..a5cbbecb 100644
--- a/examples/location/mapviewer/mapviewer.pro
+++ b/examples/location/mapviewer/mapviewer.pro
@@ -6,7 +6,7 @@ SOURCES += main.cpp
# Workaround for QTBUG-38735
QT_FOR_CONFIG += location-private
-qtConfig(geoservices_mapboxgl): QT += sql opengl
+qtConfig(geoservices_mapboxgl): QT += sql
qtConfig(geoservices_osm): QT += concurrent
RESOURCES += \