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 /dcopperl | |
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 'dcopperl')
-rw-r--r-- | dcopperl/Makefile.PL.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dcopperl/Makefile.PL.in b/dcopperl/Makefile.PL.in index c3ebc1e3..04ae81e6 100644 --- a/dcopperl/Makefile.PL.in +++ b/dcopperl/Makefile.PL.in @@ -6,7 +6,7 @@ use Config; print "Trying to find some configuration information...\n"; my $tde_inc = "@kde_includes@"; my $tde_lib = "@kde_libraries@"; -my $qt_inc = "@qt_includes@"; +my $qt_inc = "@tqt_includes@"; my $qt_lib = "@qt_libraries@"; WriteMakefile( |