Git commit 4d990277cfe27c0fdcab5e422a37654b01aa2740 by Andrew Shark. Committed on 19/01/2024 at 02:34. Pushed by ashark into branch 'master'.
doc: Fix mistake in variable name M +1 -1 doc/conf-options-table.docbook https://invent.kde.org/sdk/kdesrc-build/-/commit/4d990277cfe27c0fdcab5e422a37654b01aa2740 diff --git a/doc/conf-options-table.docbook b/doc/conf-options-table.docbook index be58e68b..e19ac4d0 100644 --- a/doc/conf-options-table.docbook +++ b/doc/conf-options-table.docbook @@ -317,7 +317,7 @@ You cannot override this setting in a module option. The default value is the $<envar>PATH</envar> that is set when the script starts. This environment variable should include the colon-separated paths of your development toolchain. The paths <filename class="directory">${install-dir}/bin</filename> and -<filename class="directory">${install-dir}/bin</filename> are automatically added. You +<filename class="directory">${qt-install-dir}/bin</filename> are automatically added. You may use the tilde (~) for any paths you add using this option.</para> </entry> </row>