Qt Remote Objects C++ Classes | Qt Remote Objects (original) (raw)
Provides an easy to use mechanism for sharing a QObject's properties, signals, or slots, between processes. More...
Namespaces
QtRemoteObjects | Contains identifiers used in the Remote Objects module, as well as some functions used from code generated by the Replica Compiler (repc) |
---|
Classes
Detailed Description
To link against the module using CMake, add the following lines to your cmake
file:
find_package(Qt6 REQUIRED COMPONENTS RemoteObjects) target_link_libraries(directconnectserver PRIVATE Qt6::RemoteObjects)
To link against the module using qmake
, add this line to your .pro
file:
For more information, see Getting Started with Qt Remote Objects.
© 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.