Nadrin / Quartz

Vulkan RTX path tracer with a declarative ES7-like scene description language.
GNU Lesser General Public License v3.0
435 stars 23 forks source link

unresolved external symbol "int __cdecl qInitResources_vulkan_shaders(void) #6

Open horusli opened 4 years ago

horusli commented 4 years ago

When I build the source code with VS2017 under windows 10, it report below error, anyone meet the same issue?

Severity Code Description Project File Line Suppression State Error LNK2019 unresolved external symbol "int cdecl qInitResources_vulkan_shaders(void)" (?qInitResources_vulkan_shaders@@YAHXZ) referenced in function "void cdecl initializeResources(void)" (?initializeResources@@YAXXZ) Qt3DRaytrace E:\ykli\workspace\Quartz\build\src\raytrace\renderer.obj 1

Aries1989 commented 1 year ago

me too!how to solve this problem.