aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/projects/creator-projects-qbs.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/projects/creator-projects-qbs.qdoc')
-rw-r--r--doc/src/projects/creator-projects-qbs.qdoc19
1 files changed, 14 insertions, 5 deletions
diff --git a/doc/src/projects/creator-projects-qbs.qdoc b/doc/src/projects/creator-projects-qbs.qdoc
index fa03e92064a..26fbac4160d 100644
--- a/doc/src/projects/creator-projects-qbs.qdoc
+++ b/doc/src/projects/creator-projects-qbs.qdoc
@@ -155,8 +155,8 @@
\image qtcreator-options-qbs.png
- To add keys and values to a build profile that is associated with a build
- and run kit:
+ You can modify a build profile that is associated with a build and run kit
+ by editing the values of the keys generated by \QC and by adding new values:
\list 1
@@ -166,12 +166,21 @@
\li Select \uicontrol Edit to edit the profile associated with the kit.
- \li Select \uicontrol Add to add keys and values to the profile.
- Spefify keys as: \c <module_name>.<property_name>. Specify the
- values as JSON literals.
+ \li Select \uicontrol Add to add keys and values to the profile or to
+ modify existing values.
+
+ \li In the \uicontrol Key column, spefify the key to add or modify as:
+ \c <module_name>.<property_name>.
+
+ \li In the \uicontrol Value column, specify a value as a JSON literal.
+
+ \li Click \uicontrol OK.
\endlist
+ The values that you have modified are displayed in red in the
+ \uicontrol {Profile properties} field.
+
For a list of available keys and values, see the
\l{http://doc.qt.io/qbs/list-of-modules.html}{List of Modules} in the
Qbs Manual.