No need to specify qt5

This commit is contained in:
Richard Kimberly Heck 2020-10-26 15:29:11 -04:00
parent 66d5fffb50
commit 08a1f5e14e

View File

@ -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;