BogDan VatraandGitHub de37220440 Bump ssl versions
* version 1.1.1t to 1.1.1u with NDK 21.4.7075529
* version 3.1.0 to 3.1.1 with NDK 25.2.9519653

Fixed: #47
2023-06-15 15:09:49 +03:00
2023-06-15 15:09:49 +03:00
2023-06-15 15:09:49 +03:00
2023-06-15 15:09:49 +03:00
2023-06-15 15:09:49 +03:00
2023-05-09 12:29:57 +03:00
2019-12-16 15:52:27 +02:00
2023-04-19 16:12:22 +03:00
2023-05-09 12:29:57 +03:00

Android OpenSSL support for Qt

OpenSSL scripts and binaries for Android (useful for Qt Android apps)

In this repo you can find the prebuilt OpenSSL libs for Android and a qmake include project .pri file that can be used integrated with Qt projects.

The following directories are available

  • ssl_3: used for Qt 6.5.0+.
  • ssl_1_1: for Qt Qt 5.12.5+, 5.13.1+, 5.14.0+, 5.15.0+, Qt 6.x.x up to 6.4.x

How to use it

To add OpenSSL in your QMake project, append the following to your .pro project file:

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

To add OpenSSL in your CMake project, append the following to your project's CMakeLists.txt file, anywhere after the qt_add_executable() call for your target application:

if (ANDROID)
    include(<path/to/android_openssl/CMakeLists.txt)
endif()
S
Description
No description provided
Readme
159 MiB
Languages
C 99.9%