Config.in 455 B

12345678910111213
  1. config BR2_PACKAGE_QT5WEBSOCKETS
  2. bool "qt5websockets"
  3. select BR2_PACKAGE_QT5BASE_NETWORK
  4. help
  5. Qt is a cross-platform application and UI framework for
  6. developers using C++.
  7. The Qt WebSockets module provides C++ and QML interfaces
  8. that enable Qt applications to act as a server that can
  9. process WebSocket requests, or a client that can
  10. consume data received from the server, or both.
  11. https://doc.qt.io/qt-5/qtwebsockets-index.html