chore: migrate to qt tray for all platforms (#5260)
This commit is contained in:
@@ -18,6 +18,11 @@ option(SUNSHINE_CONFIGURE_ONLY "Configure special files only, then exit." OFF)
|
||||
|
||||
option(SUNSHINE_ENABLE_TRAY "Enable system tray icon." ON)
|
||||
|
||||
if(WIN32)
|
||||
option(SUNSHINE_USE_STATIC_QT
|
||||
"Require static Qt libraries and their static third-party dependencies." OFF)
|
||||
endif()
|
||||
|
||||
option(SUNSHINE_SYSTEM_VULKAN_HEADERS "Use system installation of vulkan-headers rather than the submodule." OFF)
|
||||
option(SUNSHINE_SYSTEM_WAYLAND_PROTOCOLS "Use system installation of wayland-protocols rather than the submodule." OFF)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user