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/places.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/location/places/places.pro') diff --git a/examples/location/places/places.pro b/examples/location/places/places.pro index fa79387d..b0c422aa 100644 --- a/examples/location/places/places.pro +++ b/examples/location/places/places.pro @@ -1,7 +1,7 @@ TARGET = qml_location_places TEMPLATE = app -QT += qml quick network +QT += qml quick network positioning location SOURCES += qmlplaceswrapper.cpp RESOURCES += \ -- cgit v1.2.3