move qt -> qt3 tool, adjust testing as well
commitf8c2a438f82eddd270dbe29a637fd3c76a0f9263
authorWilliam Deegan <bill@baddogconsulting.com>
Thu, 23 Feb 2023 23:30:59 +0000 (23 15:30 -0800)
committerWilliam Deegan <bill@baddogconsulting.com>
Thu, 23 Feb 2023 23:30:59 +0000 (23 15:30 -0800)
treed74088a96091053c5d58d04569910527ded4ba7c
parent55b490b385948577a4a3a2338e48caa28780f6c7
move qt -> qt3 tool, adjust testing as well
18 files changed:
SCons/Tool/qt3.py [moved from SCons/Tool/qt.py with 69% similarity]
SCons/Tool/qt3.xml [moved from SCons/Tool/qt.xml with 79% similarity]
test/QT/qt3/CPPPATH-appended.py [moved from test/QT/CPPPATH-appended.py with 100% similarity]
test/QT/qt3/CPPPATH.py [moved from test/QT/CPPPATH.py with 100% similarity]
test/QT/qt3/QTFLAGS.py [moved from test/QT/QTFLAGS.py with 100% similarity]
test/QT/qt3/Tool.py [moved from test/QT/Tool.py with 100% similarity]
test/QT/qt3/copied-env.py [moved from test/QT/copied-env.py with 97% similarity]
test/QT/qt3/empty-env.py [moved from test/QT/empty-env.py with 100% similarity]
test/QT/qt3/generated-ui.py [moved from test/QT/generated-ui.py with 100% similarity]
test/QT/qt3/installed.py [moved from test/QT/installed.py with 100% similarity]
test/QT/qt3/manual.py [moved from test/QT/manual.py with 100% similarity]
test/QT/qt3/moc-from-cpp.py [moved from test/QT/moc-from-cpp.py with 100% similarity]
test/QT/qt3/moc-from-header.py [moved from test/QT/moc-from-header.py with 100% similarity]
test/QT/qt3/qt_warnings.py [moved from test/QT/qt_warnings.py with 100% similarity]
test/QT/qt3/reentrant.py [moved from test/QT/reentrant.py with 100% similarity]
test/QT/qt3/source-from-ui.py [moved from test/QT/source-from-ui.py with 100% similarity]
test/QT/qt3/up-to-date.py [moved from test/QT/up-to-date.py with 100% similarity]
testing/framework/TestSCons.py