diff options
author | Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> | 2015-07-29 12:16:14 +0200 |
---|---|---|
committer | Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> | 2015-07-29 11:41:00 +0000 |
commit | f4796d00327a6a7a781b52599da57a3e1aa98c55 (patch) | |
tree | b4ca10eb8fd21012c00db31f34157a1264c17176 | |
parent | c41565de03c81d984f528f2313828e17653d35f0 (diff) | |
download | qt-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>
-rw-r--r-- | doc/images/qtcreator-options-qbs.png | bin | 21989 -> 17346 bytes | |||
-rw-r--r-- | doc/src/projects/creator-projects-qbs.qdoc | 19 |
2 files changed, 14 insertions, 5 deletions
diff --git a/doc/images/qtcreator-options-qbs.png b/doc/images/qtcreator-options-qbs.png Binary files differindex 48065a1ae8..e1d758035f 100644 --- a/doc/images/qtcreator-options-qbs.png +++ b/doc/images/qtcreator-options-qbs.png 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. |