From 913c1909890aa0d2f53230966dd54d0419ef5afd Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Wed, 29 Aug 2018 17:53:06 +0200 Subject: [PATCH] Document that building with Qt5 is the default. --- INSTALL | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 40c674169f..8e2127c472 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.