From 5dba7cef0aec034ce61df1516a305723480b86ca Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 17 Oct 2018 19:46:36 +0900 Subject: QT_NO_* -> TQT_NO_* renaming. Signed-off-by: Michele Calgaro --- smoke/tde/generate.pl.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'smoke/tde/generate.pl.in') diff --git a/smoke/tde/generate.pl.in b/smoke/tde/generate.pl.in index eb224025..d5d8416d 100644 --- a/smoke/tde/generate.pl.in +++ b/smoke/tde/generate.pl.in @@ -34,7 +34,7 @@ if (-d $outdir) { system "rm -f $outdir/x_*.cpp"; } else { mkdir $outdir; } mkdir $finaloutdir unless (-d $finaloutdir); -# Load the QT_NO_* macros found in "qtdefines". They'll be passed to kalyptus +# Load the TQT_NO_* macros found in "qtdefines". They'll be passed to kalyptus my $macros=""; if ( -e $definespath ){ print "Found '$defines'. Reading preprocessor symbols from there...\n"; @@ -131,7 +131,7 @@ if("@KDE_HAVE_GL@" eq "yes") open(DEFS, $definespath); my @defs = ; close DEFS; - if(!grep(/QT_NO_OPENGL/, @defs)) + if(!grep(/TQT_NO_OPENGL/, @defs)) { $excludes{'qgl.h'} = undef; $excludes{'qglcolormap.h'} = undef; -- cgit v1.2.3