From a6fa759af695d54430a2d15aea493e65d48a0073 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 21 Sep 2018 17:47:59 +0900 Subject: Fixed FTBFS due to qt_include variable. Signed-off-by: Michele Calgaro --- smoke/tqt/qtguess.pl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smoke/tqt/qtguess.pl.in') diff --git a/smoke/tqt/qtguess.pl.in b/smoke/tqt/qtguess.pl.in index da7b6ad8..5955fbd6 100644 --- a/smoke/tqt/qtguess.pl.in +++ b/smoke/tqt/qtguess.pl.in @@ -35,7 +35,7 @@ my %qtdefs=(); my %qtundefs=(); my $tmp = gettmpfile(); -my $qtinc = '@qt_includes@'; +my $qtinc = '@tqt_includes@'; my $allinc = '@all_includes@'; my $alllib = '@all_libraries@'; my $qtflags ='@LIB_TQT@'; -- cgit v1.2.1