-
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
Added qscxmlc tool to qt recipe. #16586
Conversation
🤖 Beep Boop! This pull request is making changes to 'recipes/qt//'. 👋 @ericLemanissier @jwillikers @MartinDelille you might be interested. 😉 |
This comment has been minimized.
This comment has been minimized.
I detected other pull requests that are modifying qt/6.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. |
Please sign the CLA |
This comment has been minimized.
This comment has been minimized.
Make sure to comment on #4 tp get access |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Confused I dont see why it's pulling in an old cmake
|
it's the test package 🤯 |
bcb8b60
Common on 🤞 |
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit bcb8b60qt/6.3.2
|
That's part of weird conan version resolution behavior. If one package want newer version then the other conan cannot resolve newer package automaticaly. |
Bunch of qt stuff got unblocked so lets try again :) |
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit bcb8b60qt/6.3.2
|
There's merge conflicts since the last PR so let me trigger this again... failure seems really odd |
Conan v1 pipeline ✔️All green in build 11 (
Conan v2 pipeline (informative, not required for merge) ❌
The v2 pipeline failed. Please, review the errors and note this will be required for pull requests to be merged in the near future. See details:Failure in build 11 (
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. |
Hooks produced the following warnings for commit 507baf2qt/6.4.2
qt/6.3.2
|
Specify library name and version: qt/[>=6.0.0]
In order to use statemachines in Qt qscxmlc tool should be visible to cmake. Just a small fix to do that.