Commit da4dcc08 authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

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: default avatarJoerg Bornemann <joerg.bornemann@qt.io>
parent ad8df721
Showing with 7 additions and 7 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment