Browse Source
[qt_common] fix typo
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/2715/head
crueter
5 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
1 additions and
1 deletions
-
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() |