QtDBus is used only by fcitx plugins now
This commit is contained in:
parent
bc4e6aee9c
commit
e617e4ba43
1 changed files with 3 additions and 1 deletions
4
external/qt/package.cmake
vendored
4
external/qt/package.cmake
vendored
|
|
@ -38,7 +38,9 @@ if (LINUX)
|
|||
endif()
|
||||
endif()
|
||||
|
||||
if (NOT DESKTOP_APP_DISABLE_DBUS_INTEGRATION)
|
||||
if ((NOT DESKTOP_APP_USE_PACKAGED
|
||||
OR (DESKTOP_APP_USE_PACKAGED AND DESKTOP_APP_USE_PACKAGED_LAZY))
|
||||
AND NOT DESKTOP_APP_DISABLE_DBUS_INTEGRATION)
|
||||
if (DESKTOP_APP_QT6)
|
||||
find_package(Qt6 COMPONENTS DBus REQUIRED)
|
||||
else()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue