summaryrefslogtreecommitdiff
path: root/src/plugins/position
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2016-08-23 01:49:16 -0700
committerJake Petroules <jake.petroules@qt.io>2016-08-23 09:06:43 +0000
commitc546e16e0094a5aac29e68e08919acfddb6f799e (patch)
tree7ee254ae13a8550962f0e2cbc4d0d74d4a94c41f /src/plugins/position
parentce23be575db8024d65b780ce3c9cf115658c964a (diff)
downloadqtlocation-c546e16e0094a5aac29e68e08919acfddb6f799e.tar.gz
Fix dynamic linking on iOS and tvOS
The set of dependent frameworks is identical on macOS, iOS, and tvOS. Change-Id: I73dd2010b8390b5755774441b363424ea86d09de Reviewed-by: Lorn Potter <lorn.potter@canonical.com>
Diffstat (limited to 'src/plugins/position')
-rw-r--r--src/plugins/position/corelocation/corelocation.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/position/corelocation/corelocation.pro b/src/plugins/position/corelocation/corelocation.pro
index dbb5b6b3..947a1d0c 100644
--- a/src/plugins/position/corelocation/corelocation.pro
+++ b/src/plugins/position/corelocation/corelocation.pro
@@ -13,9 +13,7 @@ HEADERS += \
OTHER_FILES += \
plugin.json
-osx: LIBS += -framework Foundation
-else: ios|tvos: LIBS += -framework CoreFoundation
-LIBS += -framework CoreLocation
+LIBS += -framework Foundation -framework CoreLocation
PLUGIN_TYPE = position
PLUGIN_CLASS_NAME = QGeoPositionInfoSourceFactoryCL