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 /SCons/Warnings.py | |
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 'SCons/Warnings.py')
-rw-r--r-- | SCons/Warnings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/SCons/Warnings.py b/SCons/Warnings.py index 198c6ae..f6159a3 100644 --- a/SCons/Warnings.py +++ b/SCons/Warnings.py @@ -128,6 +128,8 @@ class DeprecatedDebugOptionsWarning(MandatoryDeprecatedWarning): class DeprecatedMissingSConscriptWarning(DeprecatedWarning): pass +class ToolQtDeprecatedWarning(DeprecatedWarning): + pass # The below is a list of 2-tuples. The first element is a class object. # The second element is true if that class is enabled, false if it is disabled. |