aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Bennett <nicholas.bennett@qt.io>2025-02-05 09:20:20 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2025-02-05 13:48:07 +0000
commitd2fc16c7eaff7eb2ba97a708a007590c5ca1e416 (patch)
tree4ededa469aa66d1d6aa569c9462564efd8eca6ec
parenta56a4a7b320e7e9fee9fe39211ede50e65bdf016 (diff)
Docs: Implement doc feedback from Ninja path update1.1
Implemented suggestions from the cherry-pick of the ninja path update. Fixes: QTTA-290 Change-Id: I8f170409bcb030233de50449f713118835914246 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> Reviewed-by: Rami Potinkara <rami.potinkara@qt.io> (cherry picked from commit 62b27f36c6fc430bac7eb5e4b5e71c8dbe813e75) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/doc/src/qt-gradle-plugin.qdoc9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/doc/src/qt-gradle-plugin.qdoc b/src/doc/src/qt-gradle-plugin.qdoc
index c66ba78..0417566 100644
--- a/src/doc/src/qt-gradle-plugin.qdoc
+++ b/src/doc/src/qt-gradle-plugin.qdoc
@@ -240,20 +240,19 @@
\section4 Optional: ninjaPath
- If you did not install Ninja from the Qt Maintenance Tool and it is not defined
- in your system path, you can define the path to the folder containing the Ninja
- executable:
+ If you haven't installed Ninja from the Qt Maintenance Tool and its location is
+ not defined in your system path, you can provide the path as follows:
\tab {qtgradle-snippets-ninja}{tab-kotlin-ninja}{Kotlin}{checked}
\tab {qtgradle-snippets-ninja}{tab-groovy-ninja}{Groovy}{}
\tabcontent {tab-kotlin-ninja}
\badcode
- ninjaPath = "C:/Qt/Tools/Ninja"
+ ninjaPath = "C:\Qt\Tools\Ninja"
\endcode
\endtabcontent
\tabcontent {tab-groovy-ninja}
\badcode
- ninjaPath = 'C:/Qt/Tools/Ninja'
+ ninjaPath = 'C:\Qt\Tools\Ninja'
\endcode
\endtabcontent