summaryrefslogtreecommitdiff
path: root/examples/location/mapviewer/mapviewer.pro
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@qt.io>2017-12-15 14:53:51 +0100
committerPaolo Angelelli <paolo.angelelli@qt.io>2017-12-15 14:53:51 +0100
commit337aea7bc386d5e97825d27335d860fc88b2bee3 (patch)
tree76d316a935755a922e6b7b998867c7cba90f0a94 /examples/location/mapviewer/mapviewer.pro
parent57f42a11363cb61892937caa904c3f5c660cabeb (diff)
parent730b2bd96e88fe63364c9f81e299555f0b1f0daa (diff)
downloadqtlocation-337aea7bc386d5e97825d27335d860fc88b2bee3.tar.gz
Merge remote-tracking branch 'origin/5.9' into 5.10
Conflicts: .qmake.conf Change-Id: I8300f5fcbbe3064049e11d2b04c10e35c9945c8d
Diffstat (limited to 'examples/location/mapviewer/mapviewer.pro')
-rw-r--r--examples/location/mapviewer/mapviewer.pro5
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