mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-11 07:17:45 +00:00
[docs] update Linux build guide to include private for debian (#191)
Signed-off-by: crueter <crueter@eden-emu.dev> Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/191 Reviewed-by: Lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
a4f845b98d
commit
dc444c7af9
3 changed files with 5 additions and 4 deletions
|
@ -516,7 +516,7 @@ if (ENABLE_QT)
|
|||
endif()
|
||||
|
||||
if (UNIX AND NOT APPLE)
|
||||
find_package(Qt6 REQUIRED COMPONENTS DBus)
|
||||
find_package(Qt6 REQUIRED COMPONENTS DBus GuiPrivate)
|
||||
endif()
|
||||
|
||||
if (ENABLE_QT_TRANSLATION)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue