commit 913c1909890aa0d2f53230966dd54d0419ef5afd
Author: Jean-Marc Lasgouttes <[email protected]>
Date:   Wed Aug 29 17:53:06 2018 +0200

    Document that building with Qt5 is the default.
---
 INSTALL |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/INSTALL b/INSTALL
index 40c6741..8e2127c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -117,8 +117,11 @@ flags:
 
     The `gprof' build type compiles and links with -pg option with gcc.
 
-  o --with-extra-lib=DIRECTORY that specifies the path where LyX will
-    find extra libraries (qt4) it needs. Defaults to NONE
+o --disable-qt5 that forces configuration with Qt 4.x when Qt 5.x is
+    also available. By default Qt5 is tried first, and then Qt4.
+
+o --with-extra-lib=DIRECTORY that specifies the path where LyX will
+    find extra libraries (like Qt) it needs. Defaults to NONE
     (i.e. search in standard places). You can specify several
     directories, separated by colons.
 

Reply via email to