remove Qt4 path name reference

This commit is contained in:
Stephan Witt 2022-11-25 10:10:14 +01:00
parent 431379615e
commit 04cf47f46c

View File

@ -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"}