Skip to content
  • 0 Votes
    5 Posts
    2k Views
    M
    Hi, I faced the same problem, failed to load OPC UA plugin: qt.opcua: Failed to load OPC UA plugin: "open62541" qt.opcua: Available plugins: QList("open62541") Could not create client I solved by putting libcrypto-3-x64.dll in the output build directory. Open62541_backend.dll depends on libcrypto-3-x64.dll, you can check it by using Dependency Walker tool. My env: Qt 6.6.0, MSVC2019 64bit.