セキュリティ・サポートとGDSのためのOpenSSL依存性の使用
Qt OPC UA の GDS 機能と Open62541 プラグインのセキュリティ・サポートには、OpenSSL 3.x のヘッダーとライブラリーが必要です。
OpenSSLがデフォルトで検索されるパスにインストールされていない場合、ヘッダーとライブラリーの場所をビルドプロセスに渡す必要があります。
例えば、OpenSSL が/opt/openssl
にインストールされている場合、次のように場所を渡す必要があります:
-DOPENSSL_ROOT_DIR=/opt/openssl/
OpenSSL が設定中に検出されない場合、Open62541 プラグインのセキュリティ機能と GDS 機能は自動的に無効になります。
© 2025 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.