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)
commit3c2f56aaf24556e381dbb71b3d6edfdc4a7d672e
treec0ad082aa9de046a89c6c0615a7149e83c34b723
parent68cbeb59d9aae4fcf57193093a29feb4423e2b01
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>
qmake/generators/makefile.cpp