1config BR2_PACKAGE_QT5REMOTEOBJECTS 2 bool "qt5remoteobjects" 3 select BR2_PACKAGE_QT5BASE 4 select BR2_PACKAGE_QT5BASE_NETWORK 5 help 6 Qt is a cross-platform application and UI framework for 7 developers using C++. 8 9 Qt Remote Objects (QtRO) is an Inter-Process 10 Communication (IPC) module developed for Qt. This 11 module extends Qt's existing functionalities to enable 12 information exchange between processes or computers, 13 easily. 14 15 https://doc.qt.io/qt-5/qtremoteobjects-index.html 16