summaryrefslogtreecommitdiffstats
path: root/smoke
diff options
context:
space:
mode:
Diffstat (limited to 'smoke')
-rw-r--r--smoke/tde/generate.pl.in1
-rw-r--r--smoke/tqt/generate.pl.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/smoke/tde/generate.pl.in b/smoke/tde/generate.pl.in
index d5d8416d..2bf8112c 100644
--- a/smoke/tde/generate.pl.in
+++ b/smoke/tde/generate.pl.in
@@ -185,6 +185,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);
diff --git a/smoke/tqt/generate.pl.in b/smoke/tqt/generate.pl.in
index f1629222..50c3d78f 100644
--- a/smoke/tqt/generate.pl.in
+++ b/smoke/tqt/generate.pl.in
@@ -132,6 +132,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;