fix fixPathToTargetOS() nesting
first replaceExtraCompilerVariables(..., NoShell), then fix the final result. Change-Id: If8cebeaa59f48d91b33b5a74e6a48a0d2d049643 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
parent
5527411437
commit
6c4d8ee835
@ -771,8 +771,8 @@ ProjectBuilderMakefileGenerator::writeMakeParts(QTextStream &t)
|
|||||||
mkt << "\\\n\t";
|
mkt << "\\\n\t";
|
||||||
++added;
|
++added;
|
||||||
const QString file_name = fileFixify(fn, Option::output_dir, Option::output_dir);
|
const QString file_name = fileFixify(fn, Option::output_dir, Option::output_dir);
|
||||||
mkt << " " << escapeDependencyPath(replaceExtraCompilerVariables(
|
mkt << ' ' << escapeDependencyPath(Option::fixPathToTargetOS(
|
||||||
Option::fixPathToTargetOS(tmp_out.first().toQString(), false), file_name, QString(), NoShell));
|
replaceExtraCompilerVariables(tmp_out.first().toQString(), file_name, QString(), NoShell)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user