Comandos CMake en Qt6 DBus

Los siguientes comandos CMake se definen cuando se carga Qt6::DBus, por ejemplo con

find_package(Qt6 REQUIRED COMPONENTS DBus)

Véase también Referencia de comandos CMake.

qt_add_dbus_adaptor

Genera una clase adaptadora para una interfaz D-Bus.

qt_add_dbus_interface

Genera fuentes C++ implementando una interfaz para un archivo de descripción de interfaz D-Bus.

qt_add_dbus_interfaces

Genera fuentes C++ que implementan interfaces para archivos de descripción de interfaces D-Bus.

qt_generate_dbus_interface

Genera una interfaz D-Bus a partir de un fichero de cabecera.

© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.