From 08a1f5e14e1487375754b864cc9cd1159496680a Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Mon, 26 Oct 2020 15:29:11 -0400 Subject: [PATCH] No need to specify qt5 --- development/tools/lyx-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/tools/lyx-build b/development/tools/lyx-build index 3ef18e212c..f4b1c7ca96 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;