aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/cli/cli-options.qdocinc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-05-14 12:20:33 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-06-01 07:19:24 +0000
commit40746dae36452398649481fecad9cdc5f25cc80f (patch)
treec97c73364bdd5dfd3069b7a0b062fcee8ef38182 /doc/reference/cli/cli-options.qdocinc
parent78e19d1f234bb1ba9957c877e57d128f09d1459a (diff)
Add support for system-level settings
In addition to the traditional per-user settings, there is now also a system-wide settings file affecting all users. The file's platform- specific default location can be overridden at build time. The qbs-config tool can write these settings via the new --system option. [ChangeLog] Introduced the concept of system-level qbs settings Change-Id: Ie6f675a74e96ce1fa7b2dd0712f6106071e848a6 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'doc/reference/cli/cli-options.qdocinc')
-rw-r--r--doc/reference/cli/cli-options.qdocinc37
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/reference/cli/cli-options.qdocinc b/doc/reference/cli/cli-options.qdocinc
index 5ce7aab1c..189a3526a 100644
--- a/doc/reference/cli/cli-options.qdocinc
+++ b/doc/reference/cli/cli-options.qdocinc
@@ -287,6 +287,33 @@
//! [list-root]
+//! [config-user]
+
+ \section2 \c {--user}
+
+ Causes read operations to display only the user-level settings,
+ while the system-level settings are ignored.
+ Write operations will target the user-level settings, which is also the default.
+
+//! [config-user]
+
+//! [config-system]
+
+ \section2 \c {--system}
+
+ Read and write operations will consider only the system-level settings.
+
+//! [config-system]
+
+//! [config-ui-system]
+
+ \section2 \c {--system}
+
+ Instructs the tool to work on the system-level settings. Otherwise,
+ the user-level settings are presented.
+
+//! [config-ui-system]
+
//! [log-level]
\section2 \c {--log-level <level>}
@@ -418,6 +445,16 @@
//! [show-progress]
+//! [setup-tools-system]
+
+ \section2 \c {--system}
+
+ If this option is given, the profile(s) created by this tool will end up
+ in the system-level settings and thus be available to all users.
+ Otherwise, they go into the user-level settings.
+
+//! [setup-tools-system]
+
//! [type]
\section2 \c {--type <toolchain type>}