Add Arch include and library paths for mbedtls2 library
This commit is contained in:
parent
800c439431
commit
806ababa05
1 changed files with 4 additions and 0 deletions
|
|
@ -468,7 +468,11 @@ contains(QMAKE_PLATFORM, linux) {
|
||||||
i2c_smbus/i2c_smbus_linux.h \
|
i2c_smbus/i2c_smbus_linux.h \
|
||||||
AutoStart/AutoStart-Linux.h \
|
AutoStart/AutoStart-Linux.h \
|
||||||
|
|
||||||
|
INCLUDEPATH += \
|
||||||
|
/usr/include/mbedtls2/ \
|
||||||
|
|
||||||
LIBS += \
|
LIBS += \
|
||||||
|
-L/usr/lib/mbedtls2/ \
|
||||||
-lmbedx509 \
|
-lmbedx509 \
|
||||||
-lmbedtls \
|
-lmbedtls \
|
||||||
-lmbedcrypto \
|
-lmbedcrypto \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue