我将qtopcua 5.14.0
使用, 构建mbedtls
,VS2015 X64 Native Tools
但每次我在 qtopcua src 上运行 qmake 时,我都会得到
mbedtls.........no
信息。
我已经下载mbedtls-2.26.0
并链接open62541.pri
到mbedtls
,但它也不起作用。我将以下行添加到open62541.pri
:
win32: LIBS += -L "D:/Softwares/Programming Tools/mbedtls-2.26.0/build-msvc/library/Release" -lmbedtls
win32: LIBS += -L "D:/Softwares/Programming Tools/mbedtls-2.26.0/build-msvc/library/Release" -lmbedx509
win32: LIBS += -L "D:/Softwares/Programming Tools/mbedtls-2.26.0/build-msvc/library/Release" -lmbedcrypto
INCLUDEPATH += 'D:/Softwares/Programming Tools/mbedtls-2.26.0/include'
DEPENDPATH += 'D:/Softwares/Programming Tools/mbedtls-2.26.0/include'