summaryrefslogtreecommitdiffstats
path: root/smoke/tde/hint_header_list.pl
diff options
context:
space:
mode:
Diffstat (limited to 'smoke/tde/hint_header_list.pl')
-rw-r--r--smoke/tde/hint_header_list.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoke/tde/hint_header_list.pl b/smoke/tde/hint_header_list.pl
index ff9c86b7..efc0c544 100644
--- a/smoke/tde/hint_header_list.pl
+++ b/smoke/tde/hint_header_list.pl
@@ -3,7 +3,7 @@
# the actual content of header_list
$l = "header_list";
-$q = $ENV{'QTDIR'} || die "QTDIR not set\n";
+$q = $ENV{'TQTDIR'} || die "TQTDIR not set\n";
@h = <$q/include/*.h>;
grep s|.*/(.*\.h)|$1|, @h;
open(IN, $l) or die "$!: $l\n";