summaryrefslogtreecommitdiff
path: root/src/location/location.pro
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@theqtcompany.com>2016-09-20 18:46:51 +0200
committerPaolo Angelelli <paolo.angelelli@theqtcompany.com>2016-09-21 16:45:38 +0000
commit6eeda17e1e23b785b94592f8192c65c9c3b9d919 (patch)
treeaf6abd6b3e2452aae1e747ac58a01637df06098c /src/location/location.pro
parente09a25a24e7f834c91d383e27b4546b0cda42fe8 (diff)
downloadqtlocation-6eeda17e1e23b785b94592f8192c65c9c3b9d919.tar.gz
Add qtconcurrent dependency to location
Deploying on android fails to deploy the osm plugin, because it depends on qtconcurrent, and the android package generator apparently does not recursively resolve dependencies. One way to solve this is to make location depend on qtconcurrent on android builds, so that libQt5Concurrent.so will be added to the android package Change-Id: I781e2a0c2051cf04002c85dce669947619873aa3 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/location/location.pro')
-rw-r--r--src/location/location.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/location/location.pro b/src/location/location.pro
index 052a1970..c47c411b 100644
--- a/src/location/location.pro
+++ b/src/location/location.pro
@@ -1,6 +1,11 @@
TARGET = QtLocation
QT = core-private positioning-private
+android {
+ # adding qtconcurrent dependency here for the osm plugin
+ QT += concurrent
+}
+
MODULE_PLUGIN_TYPES = \
geoservices