-
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
Qt6: add check for modules getting found #25692
base: master
Are you sure you want to change the base?
Conversation
6cba279
to
6cb1f7d
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
bfed19c
to
daf2648
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
3d79816
to
d4f440d
Compare
This comment has been minimized.
This comment has been minimized.
accoring to conan-io#24193 (comment) they have the similar issue as conan-io#23660
d4f440d
to
1096e17
Compare
Conan v1 pipeline ❌Warning Conan Center will stop receiving updates for Conan 1.x packages soon - please see announcement. Failure in build 10 (
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. Conan v2 pipeline ✔️
All green in build 10 ( |
Not sure, why the Conan v1 pipeline fails to build for qt/5.15.14, but as it fails during building the package, it's not related to the changes here. |
@AbrilRBS Any additional comments the block merging? |
Summary
Changes to recipe: qt/6.x
Motivation
This adds a test for the issue seen in #23660 "Qt-modules not found".
Details
Even we are using Windows, but not Android as the mentioned issue, we had seen the same problem with QML-modules. WE added a test-application, which I'd like to share.
The PR involves 2 changes: