By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1875
Collapse All | Expand All

(-)libtqt-perl (-1 / +1 lines)
Lines 74-80 Link Here
74
my @pwd = File::Spec->splitdir( $pwd );
74
my @pwd = File::Spec->splitdir( $pwd );
75
pop @pwd;
75
pop @pwd;
76
my $abs_topdir = File::Spec->catdir(@pwd);
76
my $abs_topdir = File::Spec->catdir(@pwd);
77
my $localsmoke = File::Spec->catdir($abs_topdir,"smoke","qt",".libs");
77
my $localsmoke = File::Spec->catdir($abs_topdir,"smoke","tqt",".libs");
78
78
79
79
80
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
80
# See lib/ExtUtils/MakeMaker.pm for details of how to influence

Return to bug 1875