mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
remove Qt4 path name reference
This commit is contained in:
parent
431379615e
commit
04cf47f46c
@ -299,7 +299,7 @@ while [ $# -gt 0 ]; do
|
||||
done
|
||||
|
||||
if [ "${configure_qt_frameworks}" != "yes" ]; then
|
||||
QtInstallDir=${QTDIR:-"/opt/qt4"}
|
||||
QtInstallDir=${QTDIR}
|
||||
fi
|
||||
|
||||
ARCH_LIST=${ARCH_LIST:-"ppc i386"}
|
||||
|
Loading…
Reference in New Issue
Block a user