Browse Source

[qt_common] fix typo (#2715)

Signed-off-by: crueter <crueter@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/2715
pull/2717/head
crueter 2 months ago
parent
commit
973a65c4c5
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 2
      src/qt_common/CMakeLists.txt

2
src/qt_common/CMakeLists.txt

@ -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…
Cancel
Save