configureapp: Add missing empty line between paragraphs
Change-Id: I0f6424471d64976a6c93876e18da3c77000d6390 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
parent
784167fb51
commit
8e07227f82
@ -1971,7 +1971,7 @@ bool Configure::displayHelp()
|
||||
|
||||
desc("FREETYPE", "no", "-no-freetype", "Do not compile in Freetype2 support.");
|
||||
desc("FREETYPE", "yes", "-qt-freetype", "Use the libfreetype bundled with Qt.");
|
||||
desc("FREETYPE", "system","-system-freetype", "Use the libfreetype provided by the system.");
|
||||
desc("FREETYPE", "system","-system-freetype", "Use the libfreetype provided by the system.\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"
|
||||
|
Loading…
Reference in New Issue
Block a user