summaryrefslogtreecommitdiff
path: root/test/import.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/import.py')
-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