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