-
Notifications
You must be signed in to change notification settings - Fork 36
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/5.14.1 - Library is not compiled with Vulkan support #1144
Comments
Thanks for the report. There is currently no conan package for vulkan: conan-io/wishlist#144, so we have to rely on system level vulkan. If you install it on your machine and rebuilt the qt package, does it still miss the vulkan classes ? |
I'm actually having this issue as well. It's not able to resolve |
can you send the config.log file which can be found in the folder ~.conan\data\qt\5.14.2\bincrafters\stable\build\ ? |
There is no build folder, when should that be triggered? The only folders that exist |
so you are probably reusing an existing binary from bincrafters' bintray. It's true that they don't have Vulkan classes. you need to build qt on your machine to get them. You can do this by using argument |
Package and Environment Details (include every applicable attribute)
Description of your feature
Starting from Qt 5.10, Qt added Vulkan support in the form of QVulkanWindow and similar classes. https://www.qt.io/blog/2017/06/06/vulkan-support-qt-5-10-part-1 These need to be compiled into the Qt build in order to be usable at run time, and so the vulkan headers and SDK needs to be present at Qt configure and build time in order for it to support it at run time. I'm working on a project that uses QVulkanWindow and wanted to move them over to conan, but this is a soft blocker for that change.
The text was updated successfully, but these errors were encountered: