summaryrefslogtreecommitdiffstats
path: root/src/opcua/doc/src/qtopcua.qdoc
diff options
context:
space:
mode:
authorJannis Voelker <jannis.voelker@basyskom.com>2022-11-16 14:37:19 +0100
committerJannis Voelker <jannis.voelker@basyskom.com>2022-11-16 14:52:37 +0100
commitab301ea5f94a8459d8becb389716e22864287f69 (patch)
treeea32c41eb7404e8a39cdd27e2627f4f9e5a233b3 /src/opcua/doc/src/qtopcua.qdoc
parent7615a64d006a10f15e1b44848e28a72a5680b1af (diff)
Update open62541 to v1.3.4
Change-Id: If0e6058a78d5236f4de81811edab43365aa82a8e Reviewed-by: Frank Meerkoetter <frank.meerkoetter@basyskom.com>
Diffstat (limited to 'src/opcua/doc/src/qtopcua.qdoc')
-rw-r--r--src/opcua/doc/src/qtopcua.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/opcua/doc/src/qtopcua.qdoc b/src/opcua/doc/src/qtopcua.qdoc
index 211a191..2e48ab7 100644
--- a/src/opcua/doc/src/qtopcua.qdoc
+++ b/src/opcua/doc/src/qtopcua.qdoc
@@ -434,8 +434,8 @@
The Open62541 plugin is built by default from the included 3rd party sources and has no external dependencies.
The open62541 library uses OpenSSL for security. If the OpenSSL 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 1.3
- commit 3fc6870a using the following commands:
+ The Open62541 source and header files bundled with Qt OPC UA have been generated from the open62541 v1.3.4
+ tag using the following commands:
\code
cmake -DUA_ENABLE_AMALGAMATION=ON -DUA_AMALGAMATION_ARCHITECTURES="win32;posix" -DUA_ENABLE_SUBSCRIPTIONS_EVENTS=ON -DUA_ENABLE_HISTORIZING=ON -DUA_ENABLE_EXPERIMENTAL_HISTORIZING=ON
@@ -448,7 +448,7 @@
cmake </path/to/qtopcua> -DINPUT_open62541=no
\encode
- In case you want to build a custom version of the Open62541 plugin, Open62541 1.3 (3fc6870a) built with the same options as above is required.
+ In case you want to build a custom version of the Open62541 plugin, Open62541 v1.3.4 built with the same options as above is required.
The following options must be passed to cmake when building with open62541 installed to a custom location: