aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2017-09-18 13:23:04 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2017-10-04 16:04:00 +0000
commit29538ee667c7643a761deead2c19b21683b4dd5b (patch)
treea9313e5e84599d19bec6097634251fe50742b9d8 /doc
parent06f2fb7929dd3b3a436cf266b461cef23a6a2f09 (diff)
Doc: Describe using Qbs Settings dialog to manage settings
Change-Id: Ib96e452ba459be449fdd30edef002bccf51fab3e Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/qbs.qdoc23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/qbs.qdoc b/doc/qbs.qdoc
index b0374eb04..38abffda4 100644
--- a/doc/qbs.qdoc
+++ b/doc/qbs.qdoc
@@ -551,6 +551,8 @@
\title Configuring
+ \section1 Setting Up Toolchains
+
Open a build shell (on Windows open an MSVC command prompt,
on other platforms you can usually open the default shell):
\code
@@ -573,6 +575,27 @@
If you want to build projects that use Qt, additional steps are necessary. Please refer to
\l{Managing Qt Versions} for more information.
+ \section1 Managing Settings
+
+ You can use the \l{config} command to manage \QBS settings, such as
+ preferences and profiles from the command line or the \l{config-ui}
+ command to open the \QBS Settings application where you can manage the
+ settings in a hierarchical view.
+
+ \image qbs-settings-gui.png
+
+ \QBS Settings displays the keys in the specified settings directory and
+ their values. To expand all keys, select \uicontrol View >
+ \uicontrol {Expand All} (\key Ctrl+E or \key Cmd+E on macOS). To collapse
+ all keys, select \uicontrol {Collapse All} (\key Ctrl+C or \key Cmd+C).
+
+ To change the value of a key, double-click it and enter the new value.
+
+ To save your changes, select \uicontrol File > \uicontrol Save.
+
+ To refresh the settings from the settings directory, select \uicontrol File
+ > \uicontrol Reload.
+
*/
/*!