summaryrefslogtreecommitdiffstats
path: root/smoke/tqt/generate.pl.in
diff options
context:
space:
mode:
Diffstat (limited to 'smoke/tqt/generate.pl.in')
-rw-r--r--smoke/tqt/generate.pl.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/smoke/tqt/generate.pl.in b/smoke/tqt/generate.pl.in
index f1629222..686c6a27 100644
--- a/smoke/tqt/generate.pl.in
+++ b/smoke/tqt/generate.pl.in
@@ -64,8 +64,6 @@ my %excludes = (
'ntqgl.h' => 1, # OpenGL
'ntqglcolormap.h' => 1, # OpenGL
'ntqnp.h' => 1, # NSPlugin
- 'ntqttableview.h' => 1, # Not in Qt anymore...
- 'ntqtmultilineedit.h' => 1, # Not in Qt anymore...
'ntqwidgetfactory.h' => 1, # Just an interface
'ntqsharedmemory.h' => 1, # "not part of the Qt API" they say
'ntqwindowsstyle.h' => 1, # Qt windowsstyle, plugin
@@ -132,6 +130,7 @@ foreach $filename (readdir(QT)) {
closedir QT;
# Launch kalyptus
+$ENV{KDE_PREFIX} = "@KDE_PREFIX@";
chdir "../smoke/tqt";
system "perl -I@top_srcdir@/kalyptus @top_srcdir@/kalyptus/kalyptus @ARGV --globspace -fsmoke --name=qt $macros --no-cache --outputdir=$outdir @headers";
my $exit = $? >> 8;