diff options
Diffstat (limited to 'examples/location/mapviewer')
-rw-r--r-- | examples/location/mapviewer/mapviewer.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/location/mapviewer/mapviewer.pro b/examples/location/mapviewer/mapviewer.pro index 90d85e62..d49258a2 100644 --- a/examples/location/mapviewer/mapviewer.pro +++ b/examples/location/mapviewer/mapviewer.pro @@ -5,6 +5,11 @@ QT += qml network quick positioning location CONFIG += qtquickcompiler SOURCES += main.cpp +# Workaround for QTBUG-38735 +QT_FOR_CONFIG += location-private +qtConfig(geoservices_mapboxgl): QT += sql opengl +qtConfig(geoservices_osm): QT += concurrent + RESOURCES += \ mapviewer.qrc |