This repository has been archived on 2022-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
fanny-app/android_openssl-master
dorian c41624db5f - changed to different openssl lib
- redesigned app icon
2019-11-17 21:21:52 +01:00
..
arm - changed to different openssl lib 2019-11-17 21:21:52 +01:00
arm64 - changed to different openssl lib 2019-11-17 21:21:52 +01:00
x86 - changed to different openssl lib 2019-11-17 21:21:52 +01:00
x86_64 - changed to different openssl lib 2019-11-17 21:21:52 +01:00
README.md - changed to different openssl lib 2019-11-17 21:21:52 +01:00
build_ssl.sh - changed to different openssl lib 2019-11-17 21:21:52 +01:00
openssl.pri - changed to different openssl lib 2019-11-17 21:21:52 +01:00

README.md

android_openssl

OpenSSL scripts and bins for Android (useful for Qt on Android apps)

In this repo you can find prebuilt openssl libs for Android and a qmake .pri file.

The following branches/tag(s) are available

  • 1.0.x branch has OpenSSL 1.0.x which can be used with Qt up to 5.12.3
  • 5.12.4_5.13.0 tag has OpenSSL 1.1.x which can be used ONLY with 5.12.4 and 5.13.0. Be aware that on Android 5 (API 21) these libs names are clasing with the system SSL libs which are using OpenSSL 1.0, this means your Qt app will fail to use OpenSSL 1.1 as the system ones are already loaded by the OS.
  • master branch is needed for Qt 5.12.5+ and 5.13.1+

To add openssl in your qmake project just add:

include(<path/to/android_openssl/openssl.pri)

to your .pro file