We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[build] vulkan.cpp.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: enum VkResult __cdecl QVulkanFunctions::vkGetPhysicalDeviceToolProperties(struct VkPhysicalDevice_T *,unsigned int *,struct VkPhysicalDeviceToolProperties *)" (__imp_?vkGetPhysicalDeviceToolProperties@QVulkanFunctions@@QEAA?AW4VkResult@@PEAUVkPhysicalDevice_T@@PEAIPEAUVkPhysicalDeviceToolProperties@@@Z) referenced in function vmm_vk_get_physical_device_tool_properties [build] src\Obliteration.exe : fatal error LNK1120: 1 unresolved externals
The text was updated successfully, but these errors were encountered:
You need to build Qt from source with Vulkan SDK 1.3. It seems like the pre-built Qt for Windows was built with Vulkan 1.2.
Sorry, something went wrong.
D a m n
Guess I'ma stay with Github builds XD
We are being transition from Qt to Slint so we no longer need this.
No branches or pull requests
The text was updated successfully, but these errors were encountered: