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>
This commit is contained in:
Leena Miettinen
2015-07-29 12:16:14 +02:00
parent c41565de03
commit f4796d0032
2 changed files with 14 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -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.