Skip to content
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

Use pre-built Qt on Windows #931

Closed
FluffyOMC opened this issue Aug 17, 2024 · 4 comments
Closed

Use pre-built Qt on Windows #931

FluffyOMC opened this issue Aug 17, 2024 · 4 comments
Labels
P-windows Platform: Windows T-enhancement Type: Enhancement

Comments

@FluffyOMC
Copy link
Member

[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
@ultimaweapon
Copy link
Member

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.

@ultimaweapon ultimaweapon added T-enhancement Type: Enhancement P-windows Platform: Windows labels Aug 17, 2024
@ultimaweapon ultimaweapon changed the title Vulkan has a missing external error Use pre-built Qt on Windows Aug 17, 2024
@FluffyOMC
Copy link
Member Author

D a m n

@FluffyOMC
Copy link
Member Author

Guess I'ma stay with Github builds XD

@ultimaweapon
Copy link
Member

We are being transition from Qt to Slint so we no longer need this.

@ultimaweapon ultimaweapon closed this as not planned Won't fix, can't repro, duplicate, stale Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P-windows Platform: Windows T-enhancement Type: Enhancement
Development

No branches or pull requests

2 participants