Config.in 406 B

12345678910111213
  1. config BR2_PACKAGE_QT5WEBCHANNEL
  2. bool "qt5webchannel"
  3. select BR2_PACKAGE_QT5BASE
  4. select BR2_PACKAGE_QT5WEBSOCKETS
  5. help
  6. Qt is a cross-platform application and UI framework for
  7. developers using C++.
  8. Qt WebChannel enables peer-to-peer communication between
  9. a server (QML/C++ application) and a client
  10. (HTML/JavaScript or QML application).
  11. http://doc.qt.io/qt-5/qtwebchannel-index.html