diff options
author | Michele Calgaro <[email protected]> | 2018-09-27 16:03:56 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-27 16:03:56 +0900 |
commit | aac4148223dae03eb97e2de5167369ec60d15625 (patch) | |
tree | 15a1b85f574d01715ed5e63e84a9ffa0472151bd /smoke | |
parent | 06fc5b2200e1816c1403513fef885b0a764a418d (diff) | |
download | tdebindings-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 <[email protected]>
Diffstat (limited to 'smoke')
-rw-r--r-- | smoke/tde/generate.pl.in | 4 | ||||
-rw-r--r-- | smoke/tde/hint_header_list.pl | 2 | ||||
-rw-r--r-- | smoke/tqt/generate.pl.in | 2 | ||||
-rw-r--r-- | smoke/tqt/hint_header_list.pl | 2 |
4 files changed, 5 insertions, 5 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"; diff --git a/smoke/tqt/generate.pl.in b/smoke/tqt/generate.pl.in index 3b8ba05b..49b41b9a 100644 --- a/smoke/tqt/generate.pl.in +++ b/smoke/tqt/generate.pl.in @@ -80,7 +80,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; diff --git a/smoke/tqt/hint_header_list.pl b/smoke/tqt/hint_header_list.pl index ff9c86b7..efc0c544 100644 --- a/smoke/tqt/hint_header_list.pl +++ b/smoke/tqt/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"; |