qt5base-lts/qmake/generators/unix
Oswald Buddenhagen bc00f3c228 fix the trailing-backslash-in-DESTDIR-on-mingw workaround
at least the mingw version we use now interprets the sequence \# as a
literal hashmark, which completely defeats the previous hack.

the new hack escapes the backslash with another backslash, which appears
to work. however, make does *not* remove the additional backslash, so
the result is a bit ugly.

Change-Id: I591a2be443880b162094d04e5a5e624216b59311
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
2015-10-14 14:57:54 +00:00
..
unixmake2.cpp fix the trailing-backslash-in-DESTDIR-on-mingw workaround 2015-10-14 14:57:54 +00:00
unixmake.cpp Distinguish between Objective-C and Objective-C++ sources 2015-10-09 15:15:17 +00:00
unixmake.h merge processPrlFiles() into findLibraries() 2015-10-02 14:00:56 +00:00