-
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: Add UIC test #25173
base: master
Are you sure you want to change the base?
qt: Add UIC test #25173
Conversation
Oh, the test code comes from Qt examples |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ✔️All green in build 3 (
Conan v2 pipeline ✔️
All green in build 3 ( |
Hooks produced the following warnings for commit c60552cqt/6.6.3@#6f08ea8350b7eb31e7e21a41f635f023
qt/6.7.1@#db5f6c5471a4ae37f039f536f9f10de4
qt/6.5.3@#8e4cdbb0b734374b4b305054e0d92b88
|
Now this is weird. It was supposed to fail on Linux... :/ |
OK, it seems shared ICU was the problem here. Still, this PR might be useful maybe? |
Summary
Changes to recipe: qt/6.x.x
Motivation
UIC seems broken on Linux. It cannot find ICU so even though ICU is installed by Conan. These tests should catch this.
Details
Ideally, a fix for Linux should also come in here, but for now I have no idea how to handle it.