Qt OPC UA Open62541 플러그인 빌드
Open62541 플러그인은 기본적으로 포함된 타사 소스로부터 빌드되며 외부 종속성이 없습니다. Open62541 라이브러리는 보안을 위해 OpenSSL을 사용합니다. 구성 중에 OpenSSL 라이브러리가 감지되면 테스트와 Open62541 백엔드에 보안이 활성화됩니다. Qt OPC UA 에 번들로 제공되는 Open62541 소스 및 헤더 파일은 다음 명령을 사용하여 open62541 v1.4.9 태그에서 생성되었습니다:
cmake -DUA_ENABLE_AMALGAMATION=ON -DUA_AMALGAMATION_MULTIARCH=ON -DUA_MULTITHREADING=0 /path/to/open62541-source make
사용자 정의 버전의 open62541 플러그인을 빌드하려는 경우 기본 옵션으로 빌드된 open62541 v1.4.9가 설치되어 있어야 합니다. 암호화 지원을 사용하려면 다음 매개변수를 사용하여 open62541 빌드를 구성해야 합니다:
cmake -DUA_ENABLE_ENCRYPTION=OPENSSL /path/to/open62541-source
사용자 정의 open62541 설치로 빌드할 때 다음 옵션을 cmake에 전달해야 합니다.
-DINPUT_open62541=system -DCMAKE_PREFIX_PATH=/path/to/open62541-install-dir
CMAKE_PREFIX_PATH 는 기본적으로 cmake가 확인하지 않는 위치에 open62541이 설치되어 있는 경우에만 필요합니다.
© 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.