summaryrefslogtreecommitdiffstats
path: root/dcopperl
diff options
context:
space:
mode:
Diffstat (limited to 'dcopperl')
-rw-r--r--dcopperl/Makefile.PL.in2
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(