summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2021-05-07 13:13:50 (GMT)
committerMats Wichmann <mats@linux.com>2021-11-11 22:18:31 (GMT)
commit6051c8beb7bc59f083552e9f431733e93fd56360 (patch)
tree86184ad4d5f43feda83a4e18d39d9f603bd98353 /doc
parente19bb1204542aee1538ffd8ccedab6c481f9fff8 (diff)
downloadSCons-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.xml10
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>