From 2778eb19f77a43fd25e72a77a0d03930be43adcc Mon Sep 17 00:00:00 2001 From: Paolo Angelelli <paolo.angelelli@qt.io> Date: Tue, 30 Jan 2018 14:14:09 +0100 Subject: [PATCH] Enable Qt.labs.location and locationlabs modules by default These are experimental anyway, and to be used they have to be explicitly imported or added in a pro file. Change-Id: I7ab4391db5d3f22d8cd4c1819ca0610b8739ff7f Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: BogDan Vatra <bogdan@kdab.com> --- src/location/configure.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/location/configure.json b/src/location/configure.json index 4695b1c04..e9a139a80 100644 --- a/src/location/configure.json +++ b/src/location/configure.json @@ -9,7 +9,6 @@ "label": "Qt.labs.location experimental QML plugin", "purpose": "Provides experimental QtLocation QML types", "section": "Location", - "autoDetect": false, "output": [ "privateFeature" ] }, "geoservices_osm": { -- GitLab