GithubHelp home page GithubHelp logo

mandragora-hub / android_openssl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kdab/android_openssl

0.0 0.0 0.0 62.47 MB

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

License: Apache License 2.0

Shell 0.29% QMake 0.13% C 89.63% C++ 9.81% CMake 0.14%

android_openssl's Introduction

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

  • Qt-5.12.3: used for Qt 5.12.3 and below.
  • Qt-5.12.4_5.13.0: this has OpenSSL 1.1.x which can be used ONLY with Qt 5.12.4 and 5.13.0. Be aware that on Android 5 (API 21) these libs names are clashing 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.
  • latest: used for Qt 5.12.5+ and 5.13.1+.

How to use

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 before the find_package() call for Qt5 modules:

if (ANDROID)
    include(<path/to/android_openssl/CMakeLists.txt)
endif()

There is also a static folder which contains the OpenSSL static libs prefixed with the abi. These libs are useful to build Qt 5.14.1+.

android_openssl's People

Contributors

bog-dan-ro avatar issam-b avatar sandroandrade avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.