summaryrefslogtreecommitdiffstats
path: root/config_help.txt
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-07-14 12:46:44 +0200
committerLars Knoll <lars.knoll@qt.io>2016-08-11 08:05:55 +0000
commit615616b0699d98cfb9f4eeb67e005e3226398097 (patch)
tree1a7c1f3efa7cd61f4299c9ab3abd5b624607b9d3 /config_help.txt
parent0a434cc00f930ffd24e2466f8f8209baebce20ec (diff)
add some unix-specific options understood by configure.exe
it's really a bit weird that the windows configure has more options to configure unix features than the unix one, even if some are just workarounds for missing auto-detection. unlike in configure.exe itself, -posix-iconv is now also understood for symmetry with -gnu-iconv and -sun-iconv. Change-Id: Ic15376e5822e43b998bd17f02c11e5dd0567dc2b Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'config_help.txt')
-rw-r--r--config_help.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/config_help.txt b/config_help.txt
index 944e520118..85277afd3b 100644
--- a/config_help.txt
+++ b/config_help.txt
@@ -175,7 +175,9 @@ Core options:
-doubleconversion .... Select used double conversion library [system/qt/no]
No implies use of sscanf_l and snprintf_l (imprecise).
-glib ................ Enable Glib support [auto]
- -iconv ............... Enable iconv(3) support [auto]
+ -eventfd ............. Enable eventfd support
+ -inotify ............. Enable inotify support
+ -iconv ............... Enable iconv(3) support [posix/sun/gnu/no]
-icu ................. Enable ICU support [auto]
-pps ................. Enable PPS support [auto] (QNX only)
-pcre ................ Select used libpcre3 [system/qt]