aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator/src/projects/creator-only/creator-projects-settings-run.qdoc
diff options
context:
space:
mode:
authorAlexis Jeandet <alexis.jeandet@member.fsf.org>2020-06-22 11:31:15 +0200
committerAlexis Jeandet <alexis.jeandet@member.fsf.org>2020-06-30 08:11:37 +0000
commit66c3fe931f5d8812a1a88bd0ef8eeb572f249600 (patch)
tree9b1734d46516da837ca884711572c92f857584ef /doc/qtcreator/src/projects/creator-only/creator-projects-settings-run.qdoc
parentbce43c15af4f36521ce6aa1f1e51abaccaa0de0a (diff)
Meson/Doc: Initial documentation for Meson build plugin
Mostly copied from CMake and adapted to Meson. qtcreator-kits.png screenshot has been taken on Linux but https://doc.qt.io/qtcreator/creator-targets.html#specifying-kit-settings has Windows specific stuff (item 11. "Select the Force UTF-8 MSVC compiler"). Fixes: QTCREATORBUG-24216 Change-Id: Ie6c3c48fea7f1732f010eb10cbb152406e08810c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'doc/qtcreator/src/projects/creator-only/creator-projects-settings-run.qdoc')
-rw-r--r--doc/qtcreator/src/projects/creator-only/creator-projects-settings-run.qdoc5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-settings-run.qdoc b/doc/qtcreator/src/projects/creator-only/creator-projects-settings-run.qdoc
index 3b564ee2835..54ab836e6f5 100644
--- a/doc/qtcreator/src/projects/creator-only/creator-projects-settings-run.qdoc
+++ b/doc/qtcreator/src/projects/creator-only/creator-projects-settings-run.qdoc
@@ -69,6 +69,9 @@
\QC automatically adds run configurations for all targets specified in the
CMake project file, \c {CMakeLists.txt}.
+ \QC automatically adds run configurations for all targets declared with
+ \c {executable()} function in Meson build descriptions.
+
\section1 Creating Run Configurations for Subprojects
To prevent \QC from automatically creating run configurations for SUBDIRS
@@ -113,7 +116,7 @@
\section1 Specifying a Custom Executable to Run
- If you use CMake or the generic project type in \QC, or want
+ If you use CMake, Meson or the generic project type in \QC, or want
to run a custom desktop executable, create a \uicontrol {Custom Executable}
run configuration for your project. For example, when working on a library,
you can run a test application that links against the library.