]> git.lyx.org Git - features.git/blobdiff - development/tools/lyx-build
Update sk.po
[features.git] / development / tools / lyx-build
index 3ef18e212c57275c3d70e21b4f664cec69e3cddd..f4b1c7ca969fa3b3f0a9b86c1967c1f9d28e0924 100755 (executable)
@@ -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;