You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Qt uses MoltenVK on macOS when Vulkan support is enabled. Currently, this configuration fails to build with Conan, since some of the Qt sources can't find the MoltenVK headers. A similar issue was reported in #6812 and was thought to have been fixed in #6835.
Due to #23684, a conanfile to force vulkan-headers to a specific version is required to reproduce this issue. Depending on your compiler version, you will also need to use the fixed MoltenVK recipe from #23866and the fixed Qt recipe from #24013.
Description
Qt uses MoltenVK on macOS when Vulkan support is enabled. Currently, this configuration fails to build with Conan, since some of the Qt sources can't find the MoltenVK headers. A similar issue was reported in #6812 and was thought to have been fixed in #6835.
Package and Environment Details
Conan profile
[settings]
arch=armv8
build_type=Release
compiler=apple-clang
compiler.cppstd=gnu17
compiler.libcxx=libc++
compiler.version=15
os=Macos
Steps to reproduce
Due to #23684, a conanfile to force
vulkan-headers
to a specific version is required to reproduce this issue. Depending on your compiler version, you will also need to use the fixed MoltenVK recipe from #23866and the fixed Qt recipe from #24013.Logs
Relevant excerpt of the logs:
The text was updated successfully, but these errors were encountered: