-
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/6.x.x] Fix conan toolchain #17925
[qt/6.x.x] Fix conan toolchain #17925
Conversation
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. |
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.
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 3af38f7qt/6.4.1
qt/6.5.0
qt/6.3.2
qt/6.4.2
|
This comment has been minimized.
This comment has been minimized.
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. |
@MartinDelille could you please check the conflicts here? Let's try to move this forward 😄 |
@danimtb Done. I'm not sure to have time to work on this since I now use official binaries for Qt. |
This comment has been minimized.
This comment has been minimized.
Ok, no problem with that. Thanks a lot for letting me know 😄 |
Conan v1 pipeline ✔️All green in build 5 (
Conan v2 pipeline ✔️
All green in build 5 (
|
Hooks produced the following warnings for commit 5880c97qt/6.6.0@#e81a8e7ad4557ffef8513f69dab7c591
qt/6.5.3@#8aaf9762ae4e44868a24b0dd0514df55
qt/6.5.1@#bc2c6589c236f6bbc5b14fd6b1736282
qt/6.5.2@#0546f1f4d5f4de880de63a007995e762
qt/6.5.0@#f671e7bc49b4ec8cf988334170674a83
qt/6.4.2@#4dd56d63fee73a91821837ac6faa3ca8
qt/6.3.2@#3fed432c41da5a9d63cffa08f2e80c67
|
Just for information: this PR does not solve the issue mentionned (#17743). |
@uilianries This issue has been closed automatically due to this PR getting merged: #17743 (comment) |
* [qt/6.5.1] Add version * [qt/6.x.x] Add qt_add_qml_module to test_package * Add conan_qt_qt6_policies.cmake to Qt6Qml cmake package * Add qtdeclarative to default component * Revert "Add qtdeclarative to default component" This reverts commit a7fc4b3. * Revert "[qt/6.x.x] Add qt_add_qml_module to test_package" This reverts commit 55d7fb1. * Set QT6_IS_SHARED_LIBS_BUILD * Put conan_qt_qt6_variables in Qt6Core instead of Qt6Qml * Add macdeployqt target * Append Qt6CoreConfigExtras.cmake to build_modules_list instead of creating conan_qt_qt6_variables.cmake * Remove merge conflict markers from conandata.yml * Fix linter warnings
Specify library name and version: qt/6.5.1
I am unable to use qt_add_qml_module since qt/6.5.0 due to the following error:
This PR also tries to fix #17743 but there seems to be an issue with the Qt6*Config.cmake generation.