Qt6 DBus의 CMake 명령어

Qt6::DBus가 로드될 때 다음과 같은 CMake 명령이 정의됩니다.

find_package(Qt6 REQUIRED COMPONENTS DBus)

CMake 명령 레퍼런스도참조하십시오 .

qt_add_dbus_adaptor

D-Bus 인터페이스용 어댑터 클래스를 생성합니다.

qt_add_dbus_interface

D-Bus 인터페이스 설명 파일에 대한 인터페이스를 구현하는 C++ 소스를 생성합니다.

qt_add_dbus_interfaces

D-Bus 인터페이스 설명 파일에 대한 인터페이스를 구현하는 C++ 소스를 생성합니다.

qt_generate_dbus_interface

헤더 파일에서 D-Bus 인터페이스를 생성합니다.

© 2025 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.