-
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: fix cppstd #21037
Qt6: fix cppstd #21037
Conversation
🤖 Beep Boop! This pull request is making changes to 'recipes/qt//'. 👋 @ericLemanissier @jwillikers @MartinDelille you might be interested. 😉 |
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. |
The build is now finished. You can take a look at the results here |
I gave a try to
This happens because qt tries to find this file with Unfortunately, conan is currently not able to generate several config files for a given package ( If someone creative wants to push investigations on cross compilation further, do not hesitate |
Yes, I noticed that too in my attempt in #15678 and tried hack around this problem without deep knowledge of the conan build process. But there were other obstacles as well:
|
Would it be possible to solve this by putting the file in a path specified in |
changing the folder would not change the situation. the hook looks for config files in all directories |
What I tried back then was to rename |
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 966ee64qt/6.6.0@#f557f8c2a0d9656aec52f37473f09ed4
qt/6.5.3@#2cd4e027b2538821a275ee9d18daabde
qt/6.5.1@#e1992a1166e8d76486239fdca890e08a
qt/6.5.2@#58eec676f0e7f919f1a57b7ec422bfd4
qt/6.5.0@#a29a4f2a383e1a06e09fc5bfc4c3a887
qt/6.3.2@#25180b79ad8897d29f7cc6e2662fb6c9
qt/6.4.2@#bd0f11dec07050b60622371372260a67
|
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ✔️All green in build 5 (
Conan v2 pipeline ✔️
All green in build 5 (
|
To add more context, you can see at https://github.com/qt/qtbase/blob/8d367dec156c1aa63544bd851809caa7e72d307e/qt_cmdline.cmake#L141-L165 that when using qt's |
merged in #21263 |
Specify library name and version: qt/6.*
fixes #20921