summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-08-06 20:45:51 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-07 16:40:07 +0200
commit3c2f56aaf24556e381dbb71b3d6edfdc4a7d672e (patch)
treec0ad082aa9de046a89c6c0615a7149e83c34b723 /qmake
parent68cbeb59d9aae4fcf57193093a29feb4423e2b01 (diff)
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>
Diffstat (limited to 'qmake')
-rw-r--r--qmake/generators/makefile.cpp1
1 files changed, 0 insertions, 1 deletions
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