summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@qt.io>2018-01-15 16:15:47 +0100
committerPaolo Angelelli <paolo.angelelli@qt.io>2018-01-27 09:56:29 +0000
commit1cac68cce12f3333a1920bdf2abca71470fbab4c (patch)
tree46600804c7ada00450532becc43394dad40a083c /sync.profile
parent69a42c4a5c37a5a74c4b285c64328bc88ed8e059 (diff)
downloadqtlocation-1cac68cce12f3333a1920bdf2abca71470fbab4c.tar.gz
Introduce Qt.location.labs
Introducing the new labs qml plugin, Qt.labs.location, and associated qt module. The intended use is to introduce and validate new QML API before they can be moved into QtLocation. Change-Id: If70d1dcedaf708be96e918dc5e25578df93db370 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index dcdc7296..57d89c2b 100644
--- a/sync.profile
+++ b/sync.profile
@@ -2,6 +2,7 @@
"QtLocation" => "$basedir/src/location",
"QtPositioning" => "$basedir/src/positioning",
"QtPositioningQuick" => "$basedir/src/positioningquick",
+ "QtLocationLabs" => "$basedir/src/locationlabs",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);