diff options
-rw-r--r-- | src/doc/src/qt-gradle-plugin.qdoc | 9 |
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 |