summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2017-09-18 14:54:05 +0300
committerMikko Gronoff <mikko.gronoff@qt.io>2017-09-19 10:57:25 +0000
commitf33e451c112d3121db61785d5943b5a2c0a22479 (patch)
treeb79cd48738a0024f7f6ad35d2a7472b2e7dcc898
parentee729f80a65419e780164c2f6510d1a0cb558cd7 (diff)
downloadmeta-boot2qt-f33e451c112d3121db61785d5943b5a2c0a22479.tar.gz
qtlocation: enable mapboxgl plugin by default
Change-Id: I1d1295a25bbed42c86e3818d9191ea89eaa19748 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r--recipes-qt/qt5/qtlocation_git.bbappend3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtlocation_git.bbappend b/recipes-qt/qt5/qtlocation_git.bbappend
index 2a949eb..a81e16c 100644
--- a/recipes-qt/qt5/qtlocation_git.bbappend
+++ b/recipes-qt/qt5/qtlocation_git.bbappend
@@ -1,6 +1,6 @@
1############################################################################ 1############################################################################
2## 2##
3## Copyright (C) 2016 The Qt Company Ltd. 3## Copyright (C) 2017 The Qt Company Ltd.
4## Contact: https://www.qt.io/licensing/ 4## Contact: https://www.qt.io/licensing/
5## 5##
6## This file is part of the Boot to Qt meta layer. 6## This file is part of the Boot to Qt meta layer.
@@ -27,5 +27,6 @@
27## 27##
28############################################################################ 28############################################################################
29 29
30PACKAGECONFIG += "geoservices_mapboxgl"
30EXTRA_QMAKEVARS_PRE_append_emulator = " CONFIG+=simulator" 31EXTRA_QMAKEVARS_PRE_append_emulator = " CONFIG+=simulator"
31DEPENDS_append_emulator = " qtsimulator" 32DEPENDS_append_emulator = " qtsimulator"