remove clearly bogus escapeFilePath() call
the value is still re-processed numerous times, end each "exit path" does own escaping, while not every path can deal with an escaped path. Change-Id: I0bf4a043809bf4b7877d02e5d8dfe8f794a7dd00 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
This commit is contained in:
parent
68cbeb59d9
commit
3c2f56aaf2
@ -1201,7 +1201,6 @@ MakefileGenerator::writeInstalls(QTextStream &t, const QString &installs, bool n
|
|||||||
if(!dst.endsWith(Option::dir_sep))
|
if(!dst.endsWith(Option::dir_sep))
|
||||||
dst += Option::dir_sep;
|
dst += Option::dir_sep;
|
||||||
}
|
}
|
||||||
dst = escapeFilePath(dst);
|
|
||||||
|
|
||||||
QStringList tmp, uninst = project->values((*it) + ".uninstall");
|
QStringList tmp, uninst = project->values((*it) + ".uninstall");
|
||||||
//other
|
//other
|
||||||
|
Loading…
x
Reference in New Issue
Block a user