qt5_generate_dbus_interface(header
[customName]
[OPTIONS options]
)
剖析的 C++ 源 (或頭文件) 包含 QObject -derived class declaration and generates a file containing the D-BUS Introspection XML.
By default, the generated XML file is stored in the current binary directory, and has the same base name as the header. You can specify a different name or path by adding
customName
as an optional second argument.
函數設置調用
qdbuscpp2xml
命令行工具。可以為工具進一步設置自變量後於
選項
.