mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
To simplify testing modifications to the FFMPEG library, it is nice to be able to rebuild FFMPEG without having to manually delete lib files first. This change makes this possible because it uses powershell Move-Item instead of Rename-Item to rename .o files to .lib files. Move-Item's -Force argument allows renaming files to destination that already exists. Pick-to: 6.5 6.6 Change-Id: I0a56776d38c37d38d1cd74b5186881fc955d51f0 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>