]> git.lyx.org Git - lyx.git/commitdiff
remove Qt4 path name reference
authorStephan Witt <switt@lyx.org>
Fri, 25 Nov 2022 09:10:14 +0000 (10:10 +0100)
committerStephan Witt <switt@lyx.org>
Fri, 25 Nov 2022 09:10:14 +0000 (10:10 +0100)
development/LyX-Mac-binary-release.sh

index 8bad69d6121d83e4e289ee2c29ae45f19ce67e7b..d2503ec3410131e2dc3e5dea4cdbe09e90191029 100644 (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"}