Commit Graph
8 Commits
Author SHA1 Message Date
BogDan Vatra 9823d11ed7 Build and use openssl with no-asm for Qt debug buils
Fixes #10, #14
2020-04-14 17:40:01 +03:00
BogDan Vatra bf38cb6cc5 make build_ssl.sh a little bit more easier to maintain
Use latest ssl version for all Qt versions
2020-03-05 14:33:14 +02:00
Assam BoudjelthiaandBogDan Vatra 0fff8f8039 Let pri file handle dependency resolution according to the Qt version
Re-organize the libs structure such that, the right libs will be included
depending on the Qt version being used, to make users life easier.
This practically combines previous tags/branches into master.
2020-03-05 11:32:21 +02:00
BogDan Vatra ae32509461 Add Qt 5.14.0+ support 2019-10-24 13:21:07 +03:00
BogDan Vatra 00ade852db Fix .pri
contains(ANDROID_TARGET_ARCH,x86) returns true for ANDROID_TARGET_ARCH = x86
but also for ANDROID_TARGET_ARCH = x86_64

Fixes #2
2019-09-02 12:57:05 +03:00
BogDan Vatra fb34067790 Add _1_1 suffix
_1_1 suffix is needed for Android API-21 because if the user tries to load
libssl.so/libcrypto.so it will load the system ones which are actually OpenSSL 1.0
2019-07-06 12:27:25 +03:00
BogDan Vatra 3098342d03 OpenSSL 1.1.1b 2019-05-01 18:30:34 +03:00
BogDan Vatra a6020f1d86 OpenSSL 1.0.2q 2019-01-16 13:36:53 +02:00