diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2018-09-26 10:50:22 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2018-09-28 08:58:00 +0000 |
commit | 9dbaed77586edafc16ee0b8fb1091005c62f0832 (patch) | |
tree | c903a5c606c024565a8f991440da1992bda4a957 /meta-boot2qt-distro/recipes-qt | |
parent | f17bc876f9db354c1b996d8b86187ba3404f01fd (diff) | |
download | meta-boot2qt-9dbaed77586edafc16ee0b8fb1091005c62f0832.tar.gz |
qtlocation: rebase patch to remove build warnings
Change-Id: Ibbc48b9d8dd0c41966e8acb71e065122ee36719f
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'meta-boot2qt-distro/recipes-qt')
-rw-r--r-- | meta-boot2qt-distro/recipes-qt/qt5/qtlocation/0001-location-disable-simulator-content-under-plugins.patch | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/meta-boot2qt-distro/recipes-qt/qt5/qtlocation/0001-location-disable-simulator-content-under-plugins.patch b/meta-boot2qt-distro/recipes-qt/qt5/qtlocation/0001-location-disable-simulator-content-under-plugins.patch index ad4c7b8..b90d2f8 100644 --- a/meta-boot2qt-distro/recipes-qt/qt5/qtlocation/0001-location-disable-simulator-content-under-plugins.patch +++ b/meta-boot2qt-distro/recipes-qt/qt5/qtlocation/0001-location-disable-simulator-content-under-plugins.patch | |||
@@ -1,23 +1,24 @@ | |||
1 | From a7af02fe34bd8e067c7654ac366e19783b89e990 Mon Sep 17 00:00:00 2001 | 1 | From 5a68ac7a0121eff661a448e2fcbe5c02981c50a1 Mon Sep 17 00:00:00 2001 |
2 | From: Mikko Gronoff <mikko.gronoff@qt.io> | 2 | From: Mikko Gronoff <mikko.gronoff@qt.io> |
3 | Date: Wed, 25 Oct 2017 13:22:16 +0300 | 3 | Date: Wed, 25 Oct 2017 13:22:16 +0300 |
4 | Subject: [PATCH] location: disable simulator content under plugins | 4 | Subject: [PATCH] location: disable simulator content under plugins |
5 | 5 | ||
6 | Does not build against more recent simulator | 6 | Does not build against more recent simulator |
7 | |||
7 | --- | 8 | --- |
8 | src/plugins/position/position.pro | 2 +- | 9 | src/plugins/position/position.pro | 2 +- |
9 | 1 file changed, 1 insertion(+), 1 deletion(-) | 10 | 1 file changed, 1 insertion(+), 1 deletion(-) |
10 | 11 | ||
11 | diff --git a/src/plugins/position/position.pro b/src/plugins/position/position.pro | 12 | diff --git a/src/plugins/position/position.pro b/src/plugins/position/position.pro |
12 | index 1687a9d..347963f 100644 | 13 | index 4453b8a3..c36a1b58 100644 |
13 | --- a/src/plugins/position/position.pro | 14 | --- a/src/plugins/position/position.pro |
14 | +++ b/src/plugins/position/position.pro | 15 | +++ b/src/plugins/position/position.pro |
15 | @@ -5,7 +5,7 @@ QT_FOR_CONFIG += positioning-private | 16 | @@ -6,7 +6,7 @@ qtHaveModule(dbus):SUBDIRS += geoclue |
16 | qtHaveModule(dbus):SUBDIRS += geoclue | 17 | qtHaveModule(dbus):SUBDIRS += geoclue2 |
17 | qtConfig(gypsy):SUBDIRS += gypsy | 18 | qtConfig(gypsy):SUBDIRS += gypsy |
18 | qtConfig(winrt_geolocation):SUBDIRS += winrt | 19 | qtConfig(winrt_geolocation):SUBDIRS += winrt |
19 | -qtHaveModule(simulator):SUBDIRS += simulator | 20 | -qtHaveModule(simulator):SUBDIRS += simulator |
20 | +#qtHaveModule(simulator):SUBDIRS += simulator | 21 | +#qtHaveModule(simulator):SUBDIRS += simulator |
21 | osx|ios|tvos:SUBDIRS += corelocation | 22 | osx|ios|tvos:SUBDIRS += corelocation |
22 | android:SUBDIRS += android | 23 | android:SUBDIRS += android |
23 | win32:qtHaveModule(serialport):SUBDIRS += serialnmea | 24 | qtHaveModule(serialport):SUBDIRS += serialnmea |