remove pointless path trimming

there is no reason why there should be unexpected leading or trailing
whitespace in an extra compiler's .depends list.

Change-Id: I46be75063180131e135fc6eea0238a482073618a
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
Oswald Buddenhagen 2014-11-20 16:23:34 +01:00
parent e3a7237d82
commit 70f8567429

View File

@ -2347,7 +2347,7 @@ bool VCFilter::addExtraCompiler(const VCFilterFile &info)
deps[i] = Option::fixPathToTargetOS(
Project->replaceExtraCompilerVariables(
deps.at(i), inFile, out, MakefileGenerator::NoShell),
false).trimmed();
false);
// Command for file
if (combined) {
// Add dependencies for each file