Skip to content

Commit

Permalink
dev-qt/qtlocation: Fix src_configure for out-of-source build
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Apr 10, 2020
1 parent 5dd6143 commit bda3ec7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dev-qt/qtlocation/qtlocation-5.14.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ QT5_TARGET_SUBDIRS=(
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}" || die
qt5_qmake "${QT_BUILD_DIR}"
mkdir -p "${QT5_BUILD_DIR}"/src/location || die
qt5_qmake "${QT5_BUILD_DIR}"
cp src/location/qtlocation-config.pri "${QT5_BUILD_DIR}"/src/location || die
qt5-build_src_configure
}

0 comments on commit bda3ec7

Please sign in to comment.