Qt.dbus
Provides Qt D-Bus support. More...
Properties
- xml2CppHeaderFlags : stringList
- xml2CppSourceFlags : stringList
- xml2cppName : string
Detailed Description
The Qt.dbus module provides support for the Qt D-Bus module, which contains classes for inter-process communication over the D-Bus protocol.
Relevant File Tags
Tag | Auto-tagged File Names | Since | Description |
---|---|---|---|
"qt.dbus.adaptor" | - | 1.5 | Source files with this tag serve as inputs to the rule running the qdbusxml2cpp tool, which will create an adaptor class. |
"qt.dbus.interface" | - | 1.5 | Source files with this tag serve as inputs to the rule running the qdbusxml2cpp tool, which will create an interface class. |
Property Documentation
xml2CppHeaderFlags : stringList |
A list of additional flags when running the qdbusxml2cpp
tool to create header files.
Default: []
xml2CppSourceFlags : stringList |
A list of additional flags when running the qdbusxml2cpp
tool to create source files.
Default: []
xml2cppName : string |
The base name of the qdbusxml2cpp
tool.
Set this property if your system uses a name different from the default value.
Default: "qdbusxml2cpp"
© 2022 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.