diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:03:48 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 16:03:48 +0900 |
commit | 3e98ce7f85f06e95ad121c6f541d14464d85919e (patch) | |
tree | f02992c00911ec6ba24f243aebf96d98fa0d39a1 /bin | |
parent | 9f5d59f33644aaadd7af43db86734a3294250a02 (diff) | |
download | tqt3-3e98ce7f85f06e95ad121c6f541d14464d85919e.tar.gz tqt3-3e98ce7f85f06e95ad121c6f541d14464d85919e.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 'bin')
-rwxr-xr-x | bin/tqt20fix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/tqt20fix b/bin/tqt20fix index a303717bf..cee2eb1e4 100755 --- a/bin/tqt20fix +++ b/bin/tqt20fix @@ -194,8 +194,8 @@ sub parseline{ "pointingHandCursor" => "Qt::pointingHandCursor" ); -if ( defined( $ENV{"QTDIR"} ) && - open( I, "< ". $ENV{"QTDIR"} . "/src/kernel/ntq1xcompatibility.h" ) ) { +if ( defined( $ENV{"TQTDIR"} ) && + open( I, "< ". $ENV{"TQTDIR"} . "/src/kernel/ntq1xcompatibility.h" ) ) { while( <I> ) { if ( /\#define\s+([a-zA-Z0-9_]+)\s+(\S+)/ ) { if ( !defined( $globals{$1} ) ) { |