mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Care for weird Qt6 package install location of developer tools (moc, uic etc).
This commit is contained in:
parent
cc607af469
commit
a10844a531
@ -716,6 +716,7 @@ build_lyx() {
|
||||
echo CPPFLAGS="${CPPFLAGS}"
|
||||
export CPPFLAGS
|
||||
echo CONFIGURE_OPTIONS="${LyXConfigureOptions}" ${QtInstallDir:+"--with-qt-dir=${QtInstallDir}"}
|
||||
export PATH="${QtInstallDir}/libexec:$PATH"
|
||||
"${LyxSourceDir}/configure"\
|
||||
--prefix="${LyxAppPrefix}" --with-version-suffix="-${LyXVersionSuffix}"\
|
||||
${QtInstallDir:+"--with-qt-dir=${QtInstallDir}"} \
|
||||
|
Loading…
Reference in New Issue
Block a user