summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
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