Config.in 496 B

123456789101112131415
  1. config 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. Qt Remote Objects (QtRO) is an Inter-Process
  9. Communication (IPC) module developed for Qt. This
  10. module extends Qt's existing functionalities to enable
  11. information exchange between processes or computers,
  12. easily.
  13. https://doc.qt.io/qt-5/qtremoteobjects-index.html