summaryrefslogtreecommitdiffstats
path: root/smoke/tqt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-04-26 11:49:41 +0900
committerSlávek Banko <slavek.banko@axis.cz>2022-05-02 22:34:28 +0200
commit9e6f7cc6edf551e435d213cd60db2238a06cb892 (patch)
tree65c98bda5f51e8edcfab3ef2dfce6267dee41a2d /smoke/tqt
parent4532e7bde91b00a579447aed47542f3994d8bcd8 (diff)
downloadtdebindings-9e6f7cc6edf551e435d213cd60db2238a06cb892.tar.gz
tdebindings-9e6f7cc6edf551e435d213cd60db2238a06cb892.zip
Fix FTBFS when tdehw is not present. This resolves bug 2494.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'smoke/tqt')
-rw-r--r--smoke/tqt/generate.pl.in1
1 files changed, 1 insertions, 0 deletions
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;