diff options
author | William Deegan <bill@baddogconsulting.com> | 2023-02-24 01:31:21 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2023-02-24 01:31:21 (GMT) |
commit | 181ce80cf3df9a8f6ba7efd3dee77d8e92158337 (patch) | |
tree | 37227906182e9950115901ec6bb91da4d22f40f0 /SCons/Warnings.py | |
parent | f8c2a438f82eddd270dbe29a637fd3c76a0f9263 (diff) | |
download | SCons-181ce80cf3df9a8f6ba7efd3dee77d8e92158337.zip SCons-181ce80cf3df9a8f6ba7efd3dee77d8e92158337.tar.gz SCons-181ce80cf3df9a8f6ba7efd3dee77d8e92158337.tar.bz2 |
moved the qt tool to qt3. Changed all QT envvars to be now prefixed with QT3
Diffstat (limited to 'SCons/Warnings.py')
-rw-r--r-- | SCons/Warnings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SCons/Warnings.py b/SCons/Warnings.py index 754f05d..f77a24a 100644 --- a/SCons/Warnings.py +++ b/SCons/Warnings.py @@ -131,7 +131,7 @@ class DeprecatedDebugOptionsWarning(MandatoryDeprecatedWarning): class DeprecatedMissingSConscriptWarning(DeprecatedWarning): pass -class ToolQtDeprecatedWarning(FutureDeprecatedWarning): +class ToolQtDeprecatedWarning(DeprecatedWarning): pass # The below is a list of 2-tuples. The first element is a class object. |