diff options
author | Paolo Angelelli <paolo.angelelli@qt.io> | 2018-02-22 16:30:23 +0100 |
---|---|---|
committer | Paolo Angelelli <paolo.angelelli@qt.io> | 2018-03-23 08:43:33 +0000 |
commit | 2f100373feff003b3a9f43c9314ea239f38b97b3 (patch) | |
tree | c8a1c1bdf206185591f3579046f1aac1eb362997 /sync.profile | |
parent | 8f0d2a042458195cebe28f3e80fe9522945b1a14 (diff) | |
download | qtlocation-2f100373feff003b3a9f43c9314ea239f38b97b3.tar.gz |
Move locationlabs code into location
The labs feature will still be controlled by location-labs-plugin
config option. They will simply come from the QtLocation module, and
be exposed to QML via the additional qml plugin in
imports/locationlabs.
Change-Id: I133d625708e78ba5d8121a95e45142aae5ec274b
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r-- | sync.profile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile index 57d89c2b..dcdc7296 100644 --- a/sync.profile +++ b/sync.profile @@ -2,7 +2,6 @@ "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 ); |