Doc: Update Meson screenshots

And add alt text for them.

Task-number: QTCREATORBUG-26278
Change-Id: Ibe40f284e3162a77982fc3731313a6f2bc9492b5
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Leena Miettinen
2021-11-15 16:13:19 +01:00
parent afe77aa646
commit b569041709
4 changed files with 6 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB

View File

@@ -29,7 +29,7 @@
\title Meson Build Configuration \title Meson Build Configuration
\image qtcreator-meson-build-settings.png \image qtcreator-meson-build-settings.png "Meson build settings"
Settings are grouped by category by Meson. All items are user modifiable Settings are grouped by category by Meson. All items are user modifiable
except \c backend which is forced to Ninja, \c {buildtype}, \c debug as well except \c backend which is forced to Ninja, \c {buildtype}, \c debug as well
@@ -45,6 +45,8 @@
\note Any modified setting will remain in bold until \uicontrol \note Any modified setting will remain in bold until \uicontrol
{Apply configuration changes} is selected. {Apply configuration changes} is selected.
For more information about using Meson, see \l{Setting Up Meson}.
\section1 Meson Build Steps \section1 Meson Build Steps
\QC builds Meson projects by running \c {ninja -v target}. \QC builds Meson projects by running \c {ninja -v target}.
@@ -52,7 +54,7 @@
You can add arguments and targets for the build command in You can add arguments and targets for the build command in
\uicontrol {Build Steps}. \uicontrol {Build Steps}.
\image qtcreator-meson-build-steps.png \image qtcreator-meson-build-steps.png "Meson build steps"
The build errors and warnings are parsed and displayed in the The build errors and warnings are parsed and displayed in the
\uicontrol Issues output pane. \uicontrol Issues output pane.
@@ -62,7 +64,7 @@
When building with Meson, you can add arguments and targets for the clean When building with Meson, you can add arguments and targets for the clean
command in \uicontrol {Clean Steps}. command in \uicontrol {Clean Steps}.
\image qtcreator-meson-clean-steps.png \image qtcreator-meson-clean-steps.png "Meson clean steps"
The build errors and warnings are parsed and displayed in the The build errors and warnings are parsed and displayed in the
\uicontrol Issues output pane. \uicontrol Issues output pane.

View File

@@ -73,7 +73,7 @@
\uicontrol Tools > \uicontrol Options > \uicontrol Kits > \uicontrol Kits \uicontrol Tools > \uicontrol Options > \uicontrol Kits > \uicontrol Kits
tab to add the Meson and Ninja tools to a build and run kit: tab to add the Meson and Ninja tools to a build and run kit:
\image qtcreator-kits.png \image qtcreator-kits-meson.png "Setting Meson executable in Kit options"
For more information, see \l {Adding Kits}. For more information, see \l {Adding Kits}.