summaryrefslogtreecommitdiffstats
path: root/src/opcua/doc/src/qtopcua.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/opcua/doc/src/qtopcua.qdoc')
-rw-r--r--src/opcua/doc/src/qtopcua.qdoc11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/opcua/doc/src/qtopcua.qdoc b/src/opcua/doc/src/qtopcua.qdoc
index 845efca..02a3298 100644
--- a/src/opcua/doc/src/qtopcua.qdoc
+++ b/src/opcua/doc/src/qtopcua.qdoc
@@ -76,7 +76,7 @@
Currently, the following implementations are supported:
\list
- \li Open62541 v0.3, MPLv2
+ \li Open62541 v1.0, MPLv2
\li Unified Automation C++ SDK (UACpp), Commercial
\endlist
@@ -413,7 +413,10 @@
\brief Build instructions for the Qt OPC UA Open62541 plugin.
The Open62541 plugin is built by default from the included 3rd party sources and has no external dependencies.
- The Open62541 source and header files bundled with Qt OPC UA have been generated from the v0.3.0 tag using the following commands:
+ The open62541 library uses mbedTLS for security. If the mbedTLS library is detected during configuration,
+ security is enabled for the tests and the open62541 backend.
+ The Open62541 source and header files bundled with Qt OPC UA have been generated from the open62541 v1.0-rc4
+ tag using the following commands:
\code
cmake -DCMAKE_BUILD_TYPE=Release -DUA_ENABLE_AMALGAMATION=ON
@@ -426,8 +429,8 @@
qmake </path/to/qtopcua> -- -no-open62541
\encode
- In case you want to you a custom version of the Open62541 plugin, Open62541 v0.3 built with UA_ENABLE_AMALGAMATION=ON
- is required.
+ In case you want to build a custom version of the Open62541 plugin, Open62541 v1.0-rc4 built with
+ UA_ENABLE_AMALGAMATION=ON is required.
When building at the top level, you have to specify the path to the Open62541 SDK: