[LyX/master] remove Qt4 path name reference
Stephan Witt
switt at lyx.org
Mon Nov 28 13:31:03 UTC 2022
commit 04cf47f46c4b99a2e39d76117b327696c791ee72
Author: Stephan Witt <switt at lyx.org>
Date: Fri Nov 25 10:10:14 2022 +0100
remove Qt4 path name reference
---
development/LyX-Mac-binary-release.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/development/LyX-Mac-binary-release.sh b/development/LyX-Mac-binary-release.sh
index 8bad69d..d2503ec 100644
--- a/development/LyX-Mac-binary-release.sh
+++ b/development/LyX-Mac-binary-release.sh
@@ -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"}
More information about the lyx-cvs
mailing list