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.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: