Browse Source
awesome
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/2713/head
crueter
5 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
2 changed files with
6 additions and
10 deletions
-
src/qt_common/CMakeLists.txt
-
src/yuzu/CMakeLists.txt
|
|
|
@ -45,6 +45,10 @@ if (NOT APPLE AND ENABLE_OPENGL) |
|
|
|
target_compile_definitions(qt_common PUBLIC HAS_OPENGL) |
|
|
|
endif() |
|
|
|
|
|
|
|
if (NOT WIN32) |
|
|
|
target_link_libraries(qt_common PRIVATE Qt6::GuiPrivate) |
|
|
|
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}) |
|
|
|
endif() |
|
|
|
endif() |
|
|
|
@ -393,16 +393,8 @@ target_link_libraries(yuzu PRIVATE common core input_common frontend_common netw |
|
|
|
target_link_libraries(yuzu PRIVATE Boost::headers glad Qt6::Widgets) |
|
|
|
target_link_libraries(yuzu PRIVATE ${PLATFORM_LIBRARIES} Threads::Threads) |
|
|
|
|
|
|
|
if (NOT WIN32) |
|
|
|
target_include_directories(yuzu PRIVATE ${Qt6Gui_PRIVATE_INCLUDE_DIRS}) |
|
|
|
endif() |
|
|
|
|
|
|
|
if (UNIX AND NOT APPLE) |
|
|
|
target_link_libraries(yuzu PRIVATE Qt6::DBus) |
|
|
|
|
|
|
|
if (TARGET Qt6::GuiPrivate) |
|
|
|
target_link_libraries(yuzu PRIVATE Qt6::GuiPrivate) |
|
|
|
endif() |
|
|
|
endif() |
|
|
|
|
|
|
|
target_compile_definitions(yuzu PRIVATE |
|
|
|
|