-
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: ensure system_libs includes all libs linked against by the project #21676
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.
It would be the New Year's miracle if this PR would succeeded 😊 🎄 |
This comment has been minimized.
This comment has been minimized.
Qt 6.6.0 added `d3d12` to the list of system libraries on Windows it links against: qt/qtbase@84fb0de#diff-2d8b127aed7a6123be24b80481b760ec4e9cc251e19d668d936dc09e87147a0e This is currently breaking the build in conan-io#18794.
d3d12.dll was added with Windows 10. Don't want to potentially limit the range of supported OS versions unnecessarily.
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit ad656afqt/6.6.0@#710c57ce5cf993362f6b54776a369583
qt/6.6.1@#c07c36b0047a7bba3d1ce29cd0007e22
qt/6.5.3@#0b2f896df0810fefd011732a3f9968ca
qt/6.4.2@#d4b7d21cc9c804992ee4bed4b5f7d399
qt/6.3.2@#363eea6e74636b8e93cda8f35579494f
|
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 7a9442aqt/6.6.1@#795859f99ef3e0b2b598307bd689f0ea
qt/6.6.0@#85c59c2c9e184900d4b7cecd35fde5db
qt/6.5.3@#648853a858b03ae3f3f139896a8db0c3
qt/6.3.2@#f8cc02b67701018f3781e3f08cf91bc2
qt/6.4.2@#805d43162ecc442e7b531bb02e8025b3
|
Hi, just wondering when this PR will be merged ? |
I tested the code on my machine today. Worked for me (Windows 10, MSVC 2022 community). |
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.
Title is misleading, it does way more than "addind d3d12". Overall it seems like a great improvement and well documented. Tested on Windows 10 with msvc community 2022.
Conan v1 pipeline ❌Failure in build 8 (
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 ❌
The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping See details:Failure in build 8 (
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. |
closed via #22835 |
Qt 6.6.0 added
d3d12
to the list of system libraries on Windows it links against: qt/qtbase@84fb0de#diff-2d8b127aed7a6123be24b80481b760ec4e9cc251e19d668d936dc09e87147a0eThis is currently breaking the build in #18794.