summaryrefslogtreecommitdiffstats
path: root/smoke/tde
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 16:03:56 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 16:03:56 +0900
commitaac4148223dae03eb97e2de5167369ec60d15625 (patch)
tree15a1b85f574d01715ed5e63e84a9ffa0472151bd /smoke/tde
parent06fc5b2200e1816c1403513fef885b0a764a418d (diff)
downloadtdebindings-aac4148223dae03eb97e2de5167369ec60d15625.tar.gz
tdebindings-aac4148223dae03eb97e2de5167369ec60d15625.zip
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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'smoke/tde')
-rw-r--r--smoke/tde/generate.pl.in4
-rw-r--r--smoke/tde/hint_header_list.pl2
2 files changed, 3 insertions, 3 deletions
diff --git a/smoke/tde/generate.pl.in b/smoke/tde/generate.pl.in
index 894ef635..eb224025 100644
--- a/smoke/tde/generate.pl.in
+++ b/smoke/tde/generate.pl.in
@@ -73,7 +73,7 @@ my %excludes = (
'ntqwindowsxpstyle.h' => 1 # play on the safe side
);
-# Some systems have a QTDIR = TDEDIR = PREFIX
+# Some systems have a TQTDIR = TDEDIR = PREFIX
# We need a complete list
my %includes;
@@ -117,7 +117,7 @@ my %kdeexcludes = (
'knotifywidgetbase.h' => 1,
);
-# Some systems have a QTDIR = TDEDIR = PREFIX
+# Some systems have a TQTDIR = TDEDIR = PREFIX
# We need a complete list
my %kdeincludes;
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";