Using the OpenSSL Dependency for GDS Support

The GDS feature of Qt OPC UA requires the OpenSSL 1.1 headers and libraries.

If OpenSSL is not installed to a path that is searched by default, the location of the headers and libraries must be passed to the build process.

For example, if OpenSSL 1.1 has been installed to /opt/openssl, the locations must be passed as follows:

-DOPENSSL_ROOT_DIR=/opt/openssl/

If GDS support is not required, it can be disabled by using the following parameters:

-DFEATURE_gds=OFF

In this case, OpenSSL is not required.

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.