diff options
author | Mats Wichmann <mats@linux.com> | 2021-05-07 13:13:50 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2021-11-11 22:18:31 (GMT) |
commit | 6051c8beb7bc59f083552e9f431733e93fd56360 (patch) | |
tree | 86184ad4d5f43feda83a4e18d39d9f603bd98353 /doc | |
parent | e19bb1204542aee1538ffd8ccedab6c481f9fff8 (diff) | |
download | SCons-6051c8beb7bc59f083552e9f431733e93fd56360.zip SCons-6051c8beb7bc59f083552e9f431733e93fd56360.tar.gz SCons-6051c8beb7bc59f083552e9f431733e93fd56360.tar.bz2 |
Fiddle Qt docs
Add markup.
Move description of qt tool into entry for qt tool, itself,
previously it was in the entry for the QTDIR variable.
Add QTDIR environment variable to the manpage, since
scons will read this one if set.
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/man/scons.xml b/doc/man/scons.xml index d38c6b7..e90ea0f 100644 --- a/doc/man/scons.xml +++ b/doc/man/scons.xml @@ -7941,6 +7941,16 @@ and will silently revert to non-cached behavior in such cases.</para> <para><emphasis>Available since &scons; 3.1 (experimental)</emphasis>.</para> </listitem> </varlistentry> + + <varlistentry> + <term><envar>QTDIR</envar></term> + <listitem> +<para>If using the &t-link-qt; tool, this is the path to +the Qt installation to build against. &SCons; respects this +setting because it is a long-standing convention in the Qt world, +where multiple Qt installations are possible.</para> + </listitem> + </varlistentry> </variablelist> </refsect1> |