remove clearly bogus escapeFilePath() call
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Mon, 6 Aug 2012 18:45:51 +0000 (20:45 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 7 Aug 2012 14:40:07 +0000 (16:40 +0200)
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>
qmake/generators/makefile.cpp

index 3c5cfcc..c7a5325 100644 (file)
@@ -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