summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-07-29 12:16:14 +0200
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-07-29 11:41:00 +0000
commitf4796d00327a6a7a781b52599da57a3e1aa98c55 (patch)
treeb4ca10eb8fd21012c00db31f34157a1264c17176 /doc
parentc41565de03c81d984f528f2313828e17653d35f0 (diff)
downloadqt-creator-f4796d00327a6a7a781b52599da57a3e1aa98c55.tar.gz
Doc: modifying key values in Qbs profiles
Update the screenshot to show the format in which the key names must be entered. Change-Id: I54187e6d456462ffd7b74f7ff424e28779b60b73 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/images/qtcreator-options-qbs.pngbin21989 -> 17346 bytes
-rw-r--r--doc/src/projects/creator-projects-qbs.qdoc19
2 files changed, 14 insertions, 5 deletions
diff --git a/doc/images/qtcreator-options-qbs.png b/doc/images/qtcreator-options-qbs.png
index 48065a1ae8..e1d758035f 100644
--- a/doc/images/qtcreator-options-qbs.png
+++ b/doc/images/qtcreator-options-qbs.png
Binary files differ
diff --git a/doc/src/projects/creator-projects-qbs.qdoc b/doc/src/projects/creator-projects-qbs.qdoc
index fa03e92064..26fbac4160 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.