Answer the question
In order to leave comments, you need to log in
How to install openssl for android x86?
I can't connect the libcrypto and libssl libraries
Downloaded from here
And then connected like this:
LIBS += \
-L$$PWD/openssl/x86/lib/ -lcrypto \
-L$$PWD/openssl/x86/lib/ -lssl
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/openssl/x86/lib/ -lcrypto
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/openssl/x86/lib/ -lcryptod
else:unix: LIBS += -L$$PWD/openssl/x86/lib/ -lcrypto
INCLUDEPATH += $$PWD/openssl/x86
DEPENDPATH += $$PWD/openssl/x86
contains(ANDROID_TARGET_ARCH,x86) {
ANDROID_EXTRA_LIBS = \
$$PWD/openssl/x86/lib/libcrypto.so \
$$PWD/openssl/x86/lib/libssl.so
}
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/openssl/x86/lib/ -lssl
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/openssl/x86/lib/ -lssld
else:unix: LIBS += -L$$PWD/openssl/x86/lib/ -lssl
INCLUDEPATH += $$PWD/openssl/x86
DEPENDPATH += $$PWD/openssl/x86
Answer the question
In order to leave comments, you need to log in
Recently compiled OpenSSL and solved the same problem for a friend.
Here is the compiled one: dropmefiles.com/wFmXa
https://habrastorage.org/web/f9b/7e4/d0f/f9b7e4d0f...
If all else fails, knock on Telegram: @exlmoto
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question