Vulkan on MacOS
Solved
General and Desktop
-
I try to compile Qt dev (5.14) with Vulkan (MoltenVK) on MacOS but i have an error on the configure:
./configure -opensource -confirm-license -developer-build -I /Users/bruno/Downloads/MoltenVK-1.0.35/Package/Release/MoltenVK/include -feature-vulkan -v -skip qtwebengine
loaded result for library config.qtbase_gui.libraries.vulkan
Trying source 0 (type pkgConfig) of library vulkan ...
pkg-config use disabled globally.
=> source produced no result.
Trying source 1 (type makeSpec) of library vulkan ...
vulkan/vulkan.h not found in [] and global paths.
=> source produced no result.ERROR: Feature 'vulkan' was enabled, but the pre-condition 'libs.vulkan' failed.
thx