summaryrefslogtreecommitdiffstats
path: root/smoke/tde/generate.pl.in
diff options
context:
space:
mode:
Diffstat (limited to 'smoke/tde/generate.pl.in')
-rw-r--r--smoke/tde/generate.pl.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/smoke/tde/generate.pl.in b/smoke/tde/generate.pl.in
index d5d8416d..511d3d61 100644
--- a/smoke/tde/generate.pl.in
+++ b/smoke/tde/generate.pl.in
@@ -58,8 +58,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
@@ -185,6 +183,7 @@ find(
);
# Launch kalyptus
+$ENV{KDE_PREFIX} = "@KDE_PREFIX@";
system "perl kalyptus @ARGV --globspace -fsmoke --name=qt $macros --no-cache --allow_k_dcop_accessors --outputdir=$outdir @headers @kdeheaders";
my $exit = $? >> 8;
exit $exit if ($exit);