xref: /OK3568_Linux_fs/buildroot/package/qt5/qt5webchannel/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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