From 3c2f56aaf24556e381dbb71b3d6edfdc4a7d672e Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 6 Aug 2012 20:45:51 +0200 Subject: 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 --- qmake/generators/makefile.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'qmake') diff --git a/qmake/generators/makefile.cpp b/qmake/generators/makefile.cpp index 3c5cfcccf7..c7a5325910 100644 --- a/qmake/generators/makefile.cpp +++ b/qmake/generators/makefile.cpp @@ -1201,7 +1201,6 @@ MakefileGenerator::writeInstalls(QTextStream &t, const QString &installs, bool n if(!dst.endsWith(Option::dir_sep)) dst += Option::dir_sep; } - dst = escapeFilePath(dst); QStringList tmp, uninst = project->values((*it) + ".uninstall"); //other -- cgit v1.2.3