mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 20:15:04 +00:00
Fix copy paste derp
This commit is contained in:
parent
8aceb4960a
commit
01d580e34d
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ if(ENABLE_VULKAN)
|
|||
target_link_libraries(Alber PRIVATE Vulkan::Vulkan resources_renderer_vk)
|
||||
endif()
|
||||
|
||||
if(ENABLE_VULKAN)
|
||||
if(ENABLE_QT_GUI)
|
||||
target_compile_definitions(Alber PUBLIC "PANDA3DS_ENABLE_QT=1")
|
||||
target_link_libraries(Alber PRIVATE Qt6::Widgets)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Reference in a new issue