summaryrefslogtreecommitdiffstats
path: root/config_help.txt
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-02-08 18:46:21 +0100
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-02-22 07:46:05 +0000
commit7509ccc0f7020a313fcd04447ab3f9b8ff1a548d (patch)
treeae0be580e269c24d50c2ce6cc8b3d60a9c952477 /config_help.txt
parent5e2367aaa5137f27c722cd7f8474696b0fbaa099 (diff)
add configure -list-features
also actually deletes qfeatures.txt, which was already claimed by a668c6a6, but not actually done. Task-number: QTBUG-58411 Change-Id: I686760632fee7c10b01bd2e83f2481b01bc2b774 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'config_help.txt')
-rw-r--r--config_help.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/config_help.txt b/config_help.txt
index 5ebeaf5af3..32bc15412c 100644
--- a/config_help.txt
+++ b/config_help.txt
@@ -62,6 +62,11 @@ Configure meta:
Use this after installing missing dependencies.
-recheck-all ......... Discard all cached configure test results.
+ -feature-<feature> ... Enable <feature>
+ -no-feature-<feature> Disable <feature> [none]
+ -list-features ....... List available features. Note that some features
+ have dedicated command line options as well.
+
Build options:
-opensource .......... Build the Open-Source Edition of Qt
@@ -182,8 +187,6 @@ Component selection:
-dbus-linked ......... Build Qt D-Bus and link to libdbus-1 [auto]
-dbus-runtime ........ Build Qt D-Bus and dynamically load libdbus-1 [no]
DBUS_PATH= DBUS_HOST_PATH=
- -feature-<feature> ... Enable <feature>. The available features are described
- in src/corelib/global/qfeatures.txt. [all enabled]
-accessibility ....... Enable accessibility support [yes]
Note: Disabling accessibility is not recommended.
-qml-debug ........... Enable QML debugging support [yes]