1config BR2_PACKAGE_QT5WEBCHANNEL 2 bool "qt5webchannel" 3 select BR2_PACKAGE_QT5WEBSOCKETS 4 help 5 Qt is a cross-platform application and UI framework for 6 developers using C++. 7 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 12 https://doc.qt.io/qt-5/qtwebchannel-index.html 13