diff options
author | Mats Wichmann <mats@linux.com> | 2021-11-07 20:39:50 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2021-11-11 22:19:53 (GMT) |
commit | 5093d3f59a2d33db040eb04ed4057cbd6bbd71b6 (patch) | |
tree | 8121fc5ac3afc318e8f092e36e4473c44d2bfb91 /doc/man | |
parent | 6051c8beb7bc59f083552e9f431733e93fd56360 (diff) | |
download | SCons-5093d3f59a2d33db040eb04ed4057cbd6bbd71b6.zip SCons-5093d3f59a2d33db040eb04ed4057cbd6bbd71b6.tar.gz SCons-5093d3f59a2d33db040eb04ed4057cbd6bbd71b6.tar.bz2 |
Deprecate the qt tool.
Updates tests to disable the warning that this change enables.
Fix runtest.py to make sure -o logging option captures all the output.
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/scons.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/man/scons.xml b/doc/man/scons.xml index e90ea0f..e9ee45e 100644 --- a/doc/man/scons.xml +++ b/doc/man/scons.xml @@ -1998,7 +1998,8 @@ after other processing.</para> <option>--warn=no-<replaceable>type</replaceable></option> </term> <listitem> -<para>Enable or disable (with the no- prefix) warnings. +<para>Enable or disable (with the prefix "no-") warnings +(<option>--warning</option> is a synonym). <replaceable>type</replaceable> specifies the type of warnings to be enabled or disabled:</para> @@ -2124,6 +2125,14 @@ can themselves refer to lists of names or nodes.</para> </varlistentry> <varlistentry> + <term><emphasis role="bold">tool-qt-deprecated</emphasis></term> + <listitem> +<para>Warnings about the &t-link-qt; tool being deprecated. +These warnings are enabled by default.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><emphasis role="bold">missing-sconscript</emphasis></term> <listitem> <para>Warnings about missing SConscript files. |