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

16 lines
418 B
Plaintext

menuconfig BR2_PACKAGE_QT5OPCUA
bool "qt5opcua"
depends on BR2_PACKAGE_QT5
help
Qt is a cross-platform application and UI framework for
developers using C++.
The Qt OPC UA module implements a Qt API to interact with
OPC UA on top of a 3rd party OPC UA stack.
if BR2_PACKAGE_QT5OPCUA
config BR2_PACKAGE_QT5OPCUA_USE_PREBUILT
bool "use prebuilt binary instead of building from source"
default y
endif