forked from eden-emu/eden
[qt_common] fix typo (#2715)
Signed-off-by: crueter <crueter@eden-emu.dev> Reviewed-on: eden-emu/eden#2715
This commit is contained in:
parent
8a017951aa
commit
973a65c4c5
1 changed files with 1 additions and 1 deletions
|
@ -49,6 +49,6 @@ if (UNIX AND NOT APPLE)
|
|||
if (TARGET Qt6::GuiPrivate)
|
||||
target_link_libraries(qt_common PRIVATE Qt6::GuiPrivate)
|
||||
else()
|
||||
target_include_directories(yuzu PRIVATE ${Qt6Gui_PRIVATE_INCLUDE_DIRS})
|
||||
target_include_directories(qt_common PRIVATE ${Qt6Gui_PRIVATE_INCLUDE_DIRS})
|
||||
endif()
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue