diff options
author | Paolo Angelelli <paolo.angelelli@qt.io> | 2017-12-08 18:52:08 +0100 |
---|---|---|
committer | Paolo Angelelli <paolo.angelelli@qt.io> | 2017-12-15 11:01:44 +0000 |
commit | c43be043b33189a518ff2705678fbadaf3cb1332 (patch) | |
tree | 92a30100b71892d6f776e6f800335d613aef3d13 /src/src.pro | |
parent | 8796a64476bcaa1bac944cb1fefcbcba1a0012d6 (diff) | |
download | qtlocation-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 'src/src.pro')
-rw-r--r-- | src/src.pro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/src.pro b/src/src.pro index 54b3819a..74c5ac4c 100644 --- a/src/src.pro +++ b/src/src.pro @@ -11,13 +11,14 @@ SUBDIRS += positioning positioning.depends = clip2tri qtHaveModule(quick) { - SUBDIRS += location + SUBDIRS += positioningquick location + positioningquick.depends += positioning location.depends += positioning clip2tri plugins.depends += location SUBDIRS += imports - imports.depends += positioning location + imports.depends += positioningquick positioning location } plugins.depends += positioning |