From d35d28017d731dba9e2a4f2622d2cec97e724e55 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Fri, 16 Aug 2013 10:02:13 +0200 Subject: Split QtLocation into QtPositioning and QtLocation QtPositioning is not dependent on any gui component and mostly covers everything around the retrieval of position information. QtLocation covers place, map and navigation APIs. Several documentation issues were fixed during the process. Change-Id: I98e2a53065549a2fc43f93a75b4f65b5bc884c92 Reviewed-by: Alex Blasche --- src/src.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/src.pro') diff --git a/src/src.pro b/src/src.pro index 8895e83a..bb05e39f 100644 --- a/src/src.pro +++ b/src/src.pro @@ -1,6 +1,6 @@ TEMPLATE = subdirs CONFIG += ordered -SUBDIRS += 3rdparty location plugins +SUBDIRS += 3rdparty positioning location plugins qtHaveModule(quick): SUBDIRS += imports -- cgit v1.2.1