qt5base-lts/qmake/generators/unix
Oswald Buddenhagen da4dcc0893 qmake: make sure 'move' commands to DESTDIR are valid on mingw
the code ensures that the path ends with a path separator, which is
unhealthy under mingw when the command ends with that path, because it's
interpreted as a line continuation.
the easiest fix is just duplicating the name of the moved file to the
destination side.
the cleaner fix would have been cleaning up the path separator mess, but
that's a more invasive change and doesn't seem worth it.

Task-number: QTBUG-69255
Change-Id: I338f8997b84ed7049b5665872dd25f90b9d4d16a
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
2018-07-09 16:36:53 +00:00
..
unixmake2.cpp qmake: make sure 'move' commands to DESTDIR are valid on mingw 2018-07-09 16:36:53 +00:00
unixmake.cpp qmake: Fix prl lookup for suffixed frameworks on Apple platforms 2018-04-22 17:10:23 +00:00
unixmake.h Merge remote-tracking branch 'origin/5.6' into dev 2016-01-26 16:27:28 +01:00