[LyX/master] No need to specify qt5

Richard Kimberly Heck rikiheck at lyx.org
Mon Oct 26 19:00:55 UTC 2020


commit 08a1f5e14e1487375754b864cc9cd1159496680a
Author: Richard Kimberly Heck <rikiheck at lyx.org>
Date:   Mon Oct 26 15:29:11 2020 -0400

    No need to specify qt5
---
 development/tools/lyx-build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/development/tools/lyx-build b/development/tools/lyx-build
index 3ef18e2..f4b1c7c 100755
--- a/development/tools/lyx-build
+++ b/development/tools/lyx-build
@@ -88,7 +88,7 @@ $DEBUG mkdir "$BASE/lyx-build/";
 $DEBUG cd "$BASE/lyx-build/";
 
 echo "Building distribution...";
-$DEBUG "$BASE/lyx-export/configure" --enable-build-type=rel --enable-qt5
+$DEBUG "$BASE/lyx-export/configure" --enable-build-type=rel
 if ! $DEBUG make dist; then
   echo "Couldn't make distribution!";
   exit 1;


More information about the lyx-cvs mailing list