-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[qt] Qt recipe fixes #11619
[qt] Qt recipe fixes #11619
Conversation
wboussafa seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 03b8bd9qt/5.15.2
|
…1218: warning treated as error, LINK : warning LNK4044: unrecognized option '/Wl,-rpath-link= ...'
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 6dda043qt/5.15.4
qt/5.15.2
qt/5.15.5
qt/5.15.3
|
…://sourceware.org/bugzilla/show_bug.cgi\?id\=23573. conan-docker-tools use ubuntu 16 as base image which have an old binutils version
This comment has been minimized.
This comment has been minimized.
https://sourceware.org/bugzilla/show_bug.cgi\?id\=23573. conan-docker-tools use ubuntu 16 as base image which have an old binutils version" This reverts commit 321c667.
Failure in build 5 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. |
@@ -251,8 +259,6 @@ def configure(self): | |||
if self.settings.os in ("FreeBSD", "Linux"): | |||
if self.options.qtwebengine: | |||
self.options.with_fontconfig = True | |||
else: | |||
del self.options.qtx11extras |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You already did this in config_options
.
I detected other pull requests that are modifying qt/5.x.x recipe: This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Also, include conan-io#11619 and conan-io#12656
I integrated this change in #12879. If it's ok for you, you can simply close this PR |
* qt 5.15.6 * update reqs Also, include conan-io#11619 and conan-io#12656 * Update conanfile.py
qt/5.x.x
One PR for