OpenSSL with Qt Android application
Unsolved
Mobile and Embedded
-
Hi,
I try use openssl library with my Qt Android mobile project with Qt5.15.2. So I followed the steps with tutorial below:
https://doc.qt.io/qt-5/android-openssl-support.htmlI downloaded repository:
https://github.com/KDAB/android_opensslIn my pro file I added:
android: include(../android_openssl/openssl.pri) INCLUDEPATH += ../android_openssl/static/include/
And i added cipher class from this repo:
https://github.com/voidrealms/Qt-152/tree/f91555005b8e25bedc5769d950e0448c65377f14/OpenSSLDemoIntelisense works fine, but all openssl functions return error "undefined reference" during building project? What can I do wrong?
-
@Creatorczyk
I have included the static library instead of dynamic, so it works well