summaryrefslogtreecommitdiff
path: root/src/location/location.pro
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@qt.io>2018-11-29 12:56:57 +0100
committerPaolo Angelelli <paolo.angelelli@qt.io>2018-12-04 17:51:17 +0000
commit3d5b126091ca28e014d1fd3662244284498107c9 (patch)
treee5e4f34b4040dee25b56494d806d7702dc769aaf /src/location/location.pro
parent4919bb49039dd84bd58290fb66e2c272a920929c (diff)
downloadqtlocation-3d5b126091ca28e014d1fd3662244284498107c9.tar.gz
Move declarative positioning classes to positioningquick, fix exports
QDeclarativeGeoLocation and QDeclarativeGeoAddress were incorrectly publicly exported (Q_POSITIONING_EXPORT) in QtPositioning, for using them in QtLocation (geocodemodel, declarativeplace), although they are private classes. This patch moves them into positioningquick, that, now that is available, is supposed to contain all the declarative positioning types. The patch also correctly privately export these types. Change-Id: I1bde17026fe122860e8977a98262c0707939c227 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/location/location.pro')
-rw-r--r--src/location/location.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/location.pro b/src/location/location.pro
index 1535a85e..1b541b9e 100644
--- a/src/location/location.pro
+++ b/src/location/location.pro
@@ -1,5 +1,5 @@
TARGET = QtLocation
-QT = core-private positioning-private
+QT = core-private positioning-private positioningquick-private
android {
# adding qtconcurrent dependency here for the osm plugin
QT += concurrent