summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2012-09-19 11:42:44 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-19 16:12:10 +0200
commitc7db21e81f299c7a11c7f57dc4b744e9352646bc (patch)
treec25e36f692c94b7cf81930639b24ac848d25b077 /tools
parent838e87b8253aec8831269a397315fe4f8a1a88ce (diff)
Fix configure.exe output
Fix help output for -no-fontconfig, introduced in commit 1838a6c2. Change-Id: I686000d51c56fde56179dcebef31b0783c0dfc29 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/configure/configureapp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index 3c5e58b29b..eb5231c886 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -1674,7 +1674,7 @@ bool Configure::displayHelp()
desc("LARGE_FILE", "yes", "-largefile", "Enables Qt to access files larger than 4 GB.");
desc("FONT_CONFIG", "yes", "-fontconfig", "Build with FontConfig support.");
- desc("FONT_CONFIG", "no", "-no-fontconfig" "Do not build with FontConfig support.");
+ desc("FONT_CONFIG", "no", "-no-fontconfig", "Do not build with FontConfig support.");
desc("POSIX_IPC", "yes", "-posix-ipc", "Enable POSIX IPC.");