xref: /OK3568_Linux_fs/buildroot/package/qt5/qt5websockets/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_QT5WEBSOCKETS
2*4882a593Smuzhiyun	bool "qt5websockets"
3*4882a593Smuzhiyun	select BR2_PACKAGE_QT5BASE_NETWORK
4*4882a593Smuzhiyun	help
5*4882a593Smuzhiyun	  Qt is a cross-platform application and UI framework for
6*4882a593Smuzhiyun	  developers using C++.
7*4882a593Smuzhiyun
8*4882a593Smuzhiyun	  The Qt WebSockets module provides C++ and QML interfaces
9*4882a593Smuzhiyun	  that enable Qt applications to act as a server that can
10*4882a593Smuzhiyun	  process WebSocket requests, or a client that can
11*4882a593Smuzhiyun	  consume data received from the server, or both.
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun	  https://doc.qt.io/qt-5/qtwebsockets-index.html
14