[Qt] update to 6.10.0 #59373
Annotations
2 errors
|
Check
After committing all other changes, the version database must be updated.
This can be done by running the following commands after committing your changes:
git add -u && git commit
git checkout 656be05781442d5c4cb14978f6c7bf47b6e12b32 -- versions
./vcpkg x-add-version --all
|
|
Check
PRs must add only one version, and must not modify any published versions.
When making any changes to a library, the version or port-version in vcpkg.json must be modified, and the version database updated.
Making the following changes will fix this problem:```diff
error: checked-in files for vtk have changed but the version was not updated
version: 9.3.0-pv5.12.1#13
old SHA: 8ff6c94473bcb9575780025c9483582dd9148351
new SHA: 726cc3778d5142e4ca6bfd86ba938916a91ecf20
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
See https://learn.microsoft.com/vcpkg/commands/add-version?WT.mc_id=vcpkg_inproduct_cli#--overwrite-version for more information.
***No files were updated***
```
|