obhq / obliteration

Experimental free and open-source PlayStation 4 kernel
https://obliteration.net
Apache License 2.0
628 stars 18 forks source link

Use pre-built Qt on Windows #931

Open VocalFan opened 2 months ago

VocalFan commented 2 months ago
[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 commented 2 months ago

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.

VocalFan commented 2 months ago

D a m n

VocalFan commented 2 months ago

Guess I'ma stay with Github builds XD