From aac4148223dae03eb97e2de5167369ec60d15625 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 27 Sep 2018 16:03:56 +0900 Subject: qt -> tqt conversion: QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro --- smoke/tde/hint_header_list.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smoke/tde/hint_header_list.pl') 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"; -- cgit v1.2.1