summaryrefslogtreecommitdiffstats
path: root/PerlTQt/Makefile.PL.in
diff options
context:
space:
mode:
Diffstat (limited to 'PerlTQt/Makefile.PL.in')
-rw-r--r--PerlTQt/Makefile.PL.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/PerlTQt/Makefile.PL.in b/PerlTQt/Makefile.PL.in
index bcf72af..d1867d5 100644
--- a/PerlTQt/Makefile.PL.in
+++ b/PerlTQt/Makefile.PL.in
@@ -74,7 +74,7 @@ my $pwd = getcwd;
my @pwd = File::Spec->splitdir( $pwd );
pop @pwd;
my $abs_topdir = File::Spec->catdir(@pwd);
-my $localsmoke = File::Spec->catdir($abs_topdir,"smoke","qt",".libs");
+my $localsmoke = File::Spec->catdir($abs_topdir,"smoke","tqt",".libs");
# See lib/ExtUtils/MakeMaker.pm for details of how to influence