[qt] Add patches to fix missing includes#19668
Merged
BillyONeal merged 4 commits intomicrosoft:masterfrom Sep 16, 2021
Merged
Conversation
This is needed to build with GCC11 Fixes microsoft#19226
Contributor
|
cc @Neumann-A for review this PR. |
There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
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 or CONTROL must be modified.
Error: Local changes detected for qt5-declarative but no changes to version or port version.
-- Version: 5.15.2
-- Old SHA: b07a27c5aa8905b158c0f72f2b9e7977391191c1
-- New SHA: 73651d72566e84681a7e07becc7a87b89aea53e1
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout ab60f27567ec24ab97289fb7a1d8455c74bcad04 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/q-/qt5-base.json b/versions/q-/qt5-base.json
index 88f911c..0552cee 100644
--- a/versions/q-/qt5-base.json
+++ b/versions/q-/qt5-base.json
@@ -1,7 +1,7 @@
{
"versions": [
{
- "git-tree": "2824837f3a0c083c90bf8fe0e564df3cefcb110f",
+ "git-tree": "54437f7d15be929ce63891f04a86f4cebed97bb2",
"version-semver": "5.15.2",
"port-version": 10
},
JackBoosY
suggested changes
Aug 23, 2021
Neumann-A
approved these changes
Aug 23, 2021
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
|
Ready for merge? |
JackBoosY
approved these changes
Sep 16, 2021
Member
|
Thanks for fixing GCC 11 :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is needed to build with GCC11
Fixes #19226