Searched refs:mocFile (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
H A Dam_edit712 foreach my $mocFile (keys (%globalmocs))
714 my ($dir, $hFile, $cppFile) = split ("\035", $globalmocs{$mocFile}, 3);
716 $mocs .= " $mocFile.moc" if exists $shash{$cppFile};
718 $sourcelist{$cxxsuffix} .= "$mocFile.moc.$cxxsuffix ";
1842 foreach my $mocFile (keys (%mocFiles))
1844 @cppFiles = keys %{$moc2cpp->{"$mocFile.moc"}};
1846 $mocFiles{$mocFile} .= "\035" . $cppFiles[0];
1847 push(@deped, $mocFile);
1849 push (@newObs, $mocFile); # Produce new object file
1853 "Warning: No c++ file that includes $mocFile
[all...]

Completed in 192 milliseconds