diff options
author | Mikko Gronoff <mikko.gronoff@qt.io> | 2017-09-18 14:54:05 +0300 |
---|---|---|
committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2017-09-19 10:57:25 +0000 |
commit | f33e451c112d3121db61785d5943b5a2c0a22479 (patch) | |
tree | b79cd48738a0024f7f6ad35d2a7472b2e7dcc898 | |
parent | ee729f80a65419e780164c2f6510d1a0cb558cd7 (diff) | |
download | meta-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.bbappend | 3 |
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 | ||
30 | PACKAGECONFIG += "geoservices_mapboxgl" | ||
30 | EXTRA_QMAKEVARS_PRE_append_emulator = " CONFIG+=simulator" | 31 | EXTRA_QMAKEVARS_PRE_append_emulator = " CONFIG+=simulator" |
31 | DEPENDS_append_emulator = " qtsimulator" | 32 | DEPENDS_append_emulator = " qtsimulator" |