mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
qt4-build-multilib.eclass: support passing arguments to qmake via myqmakeargs.
Similar to a previous change to qt5-build.eclass Signed-off-by: Davide Pesavento <pesa@gentoo.org>
This commit is contained in:
@@ -637,10 +637,11 @@ qt4_qmake() {
|
||||
local projectdir=${PWD/#${BUILD_DIR}/${S}}
|
||||
|
||||
"${BUILD_DIR}"/bin/qmake \
|
||||
"${projectdir}" \
|
||||
CONFIG+=nostrip \
|
||||
LIBS+=-L"${QT4_LIBDIR}" \
|
||||
"${projectdir}" \
|
||||
|| die "qmake failed (${projectdir})"
|
||||
"${myqmakeargs[@]}" \
|
||||
|| die "qmake failed (${projectdir#${S}/})"
|
||||
}
|
||||
|
||||
# @FUNCTION: qt4_install_module_qconfigs
|
||||
|
||||
Reference in New Issue
Block a user