summaryrefslogtreecommitdiff
path: root/dev-qt/qtlocation/qtlocation-5.15.10.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-qt/qtlocation/qtlocation-5.15.10.ebuild')
-rw-r--r--dev-qt/qtlocation/qtlocation-5.15.10.ebuild9
1 files changed, 0 insertions, 9 deletions
diff --git a/dev-qt/qtlocation/qtlocation-5.15.10.ebuild b/dev-qt/qtlocation/qtlocation-5.15.10.ebuild
index 3aa44e99e850..b668a16694a3 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.10.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.10.ebuild
@@ -49,12 +49,3 @@ src_prepare() {
qt5-build_src_prepare
}
fi
-
-src_configure() {
- # src/plugins/geoservices requires files that are only generated when
- # qmake is run in the root directory. Bug 633776.
- mkdir -p "${QT5_BUILD_DIR}"/src/location || die
- qt5_qmake "${QT5_BUILD_DIR}"
- cp "${S}"/src/location/qtlocation-config.pri "${QT5_BUILD_DIR}"/src/location || die
- qt5-build_src_configure
-}