dd1621b067
The Qt OPC UA module implements a Qt API to interact with OPC UA on top of a 3rd party OPC UA stack. The default is open62541, which is bundled by qt5opcua in version 1.0, so we dont need to provide/depend on br's own open62541 package. Another dependency is mbedtls, but it's optional. Signed-off-by: Andreas Naumann <anaumann@ultratronik.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
10 lines
271 B
Plaintext
10 lines
271 B
Plaintext
config 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.
|