From 31b85d235575c72274a57e894645720fe470ddc5 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Fri, 27 Mar 2015 10:39:32 +0100 Subject: Add explicit dependency list to QtLocation examples This is required for static builds so that qmake can work out which libs and plugins must be included. Task-number: QTBUG-43681 Task-number: QTBUG-45214 Change-Id: Ifc16b8147e1cf2ae39e3b626f2fd0dc19906b1e6 Reviewed-by: Michal Klocek Reviewed-by: Friedemann Kleint Reviewed-by: Alex Blasche --- examples/location/places_map/places_map.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/location/places_map') diff --git a/examples/location/places_map/places_map.pro b/examples/location/places_map/places_map.pro index 05adf54d..140ddf44 100644 --- a/examples/location/places_map/places_map.pro +++ b/examples/location/places_map/places_map.pro @@ -1,7 +1,7 @@ TARGET = places_map TEMPLATE = app -QT += quick qml network +QT += quick qml network positioning location SOURCES = main.cpp RESOURCES += \ -- cgit v1.2.1