commit: 607ff1b6adbfcebb6c018fc1a1c00b2da191d3fc Author: Jan Kundrát <jkt <AT> kde <DOT> org> AuthorDate: Fri May 10 22:20:50 2019 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Tue May 14 10:36:16 2019 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=607ff1b6
dev-qt/qtlocation: Fix build of 5.13 Without this patch, the build fails with qmake's error message: Project ERROR: Could not find feature location-labs-plugin. Tested on 5.13.9999; the 5.9999 (targetting the dev branch upstream) is untested. Closes: https://github.com/gentoo/qt/pull/189 dev-qt/qtlocation/qtlocation-5.13.9999.ebuild | 1 + dev-qt/qtlocation/qtlocation-5.9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-qt/qtlocation/qtlocation-5.13.9999.ebuild b/dev-qt/qtlocation/qtlocation-5.13.9999.ebuild index 25dc50ab..96f688d8 100644 --- a/dev-qt/qtlocation/qtlocation-5.13.9999.ebuild +++ b/dev-qt/qtlocation/qtlocation-5.13.9999.ebuild @@ -32,6 +32,7 @@ QT5_TARGET_SUBDIRS=( src/3rdparty/mapbox-gl-native src/location src/imports/location + src/imports/locationlabs src/plugins/geoservices ) diff --git a/dev-qt/qtlocation/qtlocation-5.9999.ebuild b/dev-qt/qtlocation/qtlocation-5.9999.ebuild index 25dc50ab..96f688d8 100644 --- a/dev-qt/qtlocation/qtlocation-5.9999.ebuild +++ b/dev-qt/qtlocation/qtlocation-5.9999.ebuild @@ -32,6 +32,7 @@ QT5_TARGET_SUBDIRS=( src/3rdparty/mapbox-gl-native src/location src/imports/location + src/imports/locationlabs src/plugins/geoservices )
