linuxOS_D21X/package/third-party/qt5/qt5websockets/Config.in
2024-11-29 16:13:46 +08:00

20 lines
611 B
Plaintext

menuconfig BR2_PACKAGE_QT5WEBSOCKETS
bool "qt5websockets"
select BR2_PACKAGE_QT5BASE_NETWORK
help
Qt is a cross-platform application and UI framework for
developers using C++.
The Qt WebSockets module provides C++ and QML interfaces
that enable Qt applications to act as a server that can
process WebSocket requests, or a client that can
consume data received from the server, or both.
http://doc.qt.io/qt-5/qtwebsockets-index.html
if BR2_PACKAGE_QT5WEBSOCKETS
config BR2_PACKAGE_QT5WEBSOCKETS_USE_PREBUILT
bool "use prebuilt binary instead of building from source"
default y
endif