summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2023-02-24 03:49:33 +0000
committerWilliam Deegan <bill@baddogconsulting.com>2023-02-24 03:49:33 +0000
commit6df636f3a3a6058dd720f6ce301a0db368fea8e2 (patch)
treef213c44c1da799ab307e5223434dff489e30d352
parent181ce80cf3df9a8f6ba7efd3dee77d8e92158337 (diff)
downloadscons-git-6df636f3a3a6058dd720f6ce301a0db368fea8e2.tar.gz
fix test/import.py for qt3 changes
-rw-r--r--test/import.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/import.py b/test/import.py
index 55a40cc43..997e6c4e6 100644
--- a/test/import.py
+++ b/test/import.py
@@ -130,13 +130,13 @@ if moc:
qtdir = os.path.dirname(os.path.dirname(moc))
qt_err = r"""
-scons: warning: Could not detect qt, using moc executable as a hint \(QTDIR=%(qtdir)s\)
+scons: warning: Could not detect qt3, using moc executable as a hint \(QT3DIR=%(qtdir)s\)
""" % locals()
else:
qt_err = """
-scons: warning: Could not detect qt, using empty QTDIR
+scons: warning: Could not detect qt3, using empty QT3DIR
"""
qt_warnings = [ re.compile(qt_err + TestSCons.file_expr) ]
@@ -144,7 +144,7 @@ qt_warnings = [ re.compile(qt_err + TestSCons.file_expr) ]
error_output = {
'icl' : intel_warnings,
'intelc' : intel_warnings,
- 'qt' : qt_warnings,
+ 'qt3' : qt_warnings,
}
# An SConstruct for importing Tool names that have illegal characters