From a3cb74a7ce3d4d138deb2e895288a36a1b3ce3ce Mon Sep 17 00:00:00 2001 From: Aaron McCarthy Date: Tue, 20 Jan 2015 11:48:16 +1000 Subject: Remove dependency on libgeoclue. Re-implement Geoclue plugin using only Qt DBus dropping both the build-time and run-time dependency on libgeoclue. Allowing the Geoclue plugin to be build on all platforms that support Qt DBus. The priority of the Geoclue plugin has been lowered slightly so that the native position plugin, if available, has precedence. [ChangeLog][QtPositioning][Position] The Geoclue plugin has been re-implemented using Qt DBus. Task-number: QTBUG-40702 Change-Id: Ia06d089bfb46c10769ccffd765c044c361a9b484 Reviewed-by: Alex Blasche --- qtlocation.pro | 2 -- 1 file changed, 2 deletions(-) (limited to 'qtlocation.pro') diff --git a/qtlocation.pro b/qtlocation.pro index d3a1ba65..3104465f 100644 --- a/qtlocation.pro +++ b/qtlocation.pro @@ -1,6 +1,4 @@ load(configure) -qtCompileTest(geoclue) -qtCompileTest(geoclue-satellite) qtCompileTest(gypsy) load(qt_parts) -- cgit v1.2.1