Config.in 482 B

1234567891011121314
  1. config BR2_PACKAGE_QT5WEBSOCKETS
  2. bool "qt5websockets"
  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. The Qt WebSockets module provides C++ and QML interfaces
  9. that enable Qt applications to act as a server that can
  10. process WebSocket requests, or a client that can
  11. consume data received from the server, or both.
  12. http://doc.qt.io/qt-5/qtwebsockets-index.html