diff --git a/qmake/generators/makefile.cpp b/qmake/generators/makefile.cpp index 3c5cfcccf70..c7a5325910b 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