From e78a5ab5cf4d932aea0503ac5684a95a235db8b1 Mon Sep 17 00:00:00 2001 From: Paolo Angelelli Date: Mon, 13 Nov 2017 12:28:31 +0100 Subject: Add plugin dependencies to the mapviewer examples This is a workaround for QTBUG-38735. Task-number: QTBUG-58589 Change-Id: I8e9031657d04f192b64581ea060dfc91bce3fada Reviewed-by: Oswald Buddenhagen Reviewed-by: Alex Blasche --- examples/location/mapviewer/mapviewer.pro | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.1