dbus: create property helper classes
Handles asynchronous property updates, part of the work for StatusNotifierItems.
This commit is contained in:
parent
8529a2eb22
commit
8e530b6b77
6 changed files with 530 additions and 0 deletions
|
@ -73,6 +73,11 @@ if (WAYLAND)
|
|||
list(APPEND QT_FPDEPS WaylandClient)
|
||||
endif()
|
||||
|
||||
if (DBUS)
|
||||
list(APPEND QT_DEPS Qt6::DBus)
|
||||
list(APPEND QT_FPDEPS DBus)
|
||||
endif()
|
||||
|
||||
find_package(Qt6 REQUIRED COMPONENTS ${QT_FPDEPS})
|
||||
|
||||
qt_standard_project_setup(REQUIRES 6.6)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue