diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-21 17:47:59 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-21 17:47:59 +0900 |
commit | a6fa759af695d54430a2d15aea493e65d48a0073 (patch) | |
tree | 37958850d7626d76906a28b2ff1f23c5cb73af32 /smoke/tde/qtguess.pl.in | |
parent | 659cc67e6148347968aedbba433105852db484d6 (diff) | |
download | tdebindings-a6fa759af695d54430a2d15aea493e65d48a0073.tar.gz tdebindings-a6fa759af695d54430a2d15aea493e65d48a0073.zip |
Fixed FTBFS due to qt_include variable.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'smoke/tde/qtguess.pl.in')
-rw-r--r-- | smoke/tde/qtguess.pl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoke/tde/qtguess.pl.in b/smoke/tde/qtguess.pl.in index da7b6ad8..5955fbd6 100644 --- a/smoke/tde/qtguess.pl.in +++ b/smoke/tde/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@'; |