summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@qt.io>2017-12-08 18:52:08 +0100
committerPaolo Angelelli <paolo.angelelli@qt.io>2017-12-15 11:01:44 +0000
commitc43be043b33189a518ff2705678fbadaf3cb1332 (patch)
tree92a30100b71892d6f776e6f800335d613aef3d13 /sync.profile
parent8796a64476bcaa1bac944cb1fefcbcba1a0012d6 (diff)
downloadqtlocation-c43be043b33189a518ff2705678fbadaf3cb1332.tar.gz
Move QtPositioning QML wrappers into declarativepositioning module
In this way it will be possible to use these types in additional QML plugins/components Change-Id: Ie82e37877198b99a98ff4a2b076f39f6a9e4fe32 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 2a80bd03..dcdc7296 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,6 +1,7 @@
%modules = ( # path to module name map
"QtLocation" => "$basedir/src/location",
"QtPositioning" => "$basedir/src/positioning",
+ "QtPositioningQuick" => "$basedir/src/positioningquick",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);