configureapp: Print FontConfig in "Third Party Libraries" section
...just like in config.summary Change-Id: Idb34cdd39f706d7a7e75dfc0388d0a1fdb1f2317 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>bb10
parent
8e07227f82
commit
c79396fc4a
|
|
@ -1923,9 +1923,6 @@ bool Configure::displayHelp()
|
|||
|
||||
desc("LARGE_FILE", "yes", "-largefile", "Enables Qt to access files larger than 4 GB.\n");
|
||||
|
||||
desc("FONT_CONFIG", "yes", "-fontconfig", "Build with FontConfig support.");
|
||||
desc("FONT_CONFIG", "no", "-no-fontconfig", "Do not build with FontConfig support.\n");
|
||||
|
||||
desc("POSIX_IPC", "yes", "-posix-ipc", "Enable POSIX IPC.\n");
|
||||
|
||||
desc("QT_GLIB", "yes", "-glib", "Compile Glib support.\n");
|
||||
|
|
@ -1973,6 +1970,9 @@ bool Configure::displayHelp()
|
|||
desc("FREETYPE", "yes", "-qt-freetype", "Use the libfreetype bundled with Qt.");
|
||||
desc("FREETYPE", "system","-system-freetype", "Use the libfreetype provided by the system.\n");
|
||||
|
||||
desc("FONT_CONFIG", "yes", "-fontconfig", "Build with FontConfig support.");
|
||||
desc("FONT_CONFIG", "no", "-no-fontconfig", "Do not build with FontConfig support.\n");
|
||||
|
||||
desc("HARFBUZZ", "no", "-no-harfbuzz", "Do not compile in HarfBuzz-NG support.");
|
||||
desc("HARFBUZZ", "qt", "-qt-harfbuzz", "Use HarfBuzz-NG bundled with Qt to do text shaping.\n"
|
||||
"It can still be disabled by setting\n"
|
||||
|
|
|
|||
Loading…
Reference in New Issue