Commit Graph
29 Commits
Author SHA1 Message Date
Konstantin RittandBogDan Vatra eb8c415bfb Fix dependency resolution for Qt of version < 5.13.0
lessThan(5.12.10, 5.12.4) returns true
2021-01-26 10:08:32 +02:00
MarkusandBogDan Vatra b47b98cc35 Update CMakeLists.txt
This change is needed in order to be able to debug with Qt Creator on my Windows host.
2021-01-26 10:07:25 +02:00
Riccardo FerrazzoandBogDan Vatra fb472b74cb Fix the Qt 5.12.3 case 2020-09-11 07:56:36 +03:00
Sandro Santos AndradeandBogDan Vatra 9829f83a35 Add further information about usage in CMake 2020-05-13 15:53:48 +03:00
BogDan Vatra e92fea4e40 Say hello to OpenSSL 1.1.1g 1.1.1g_1.0.2u 2020-05-13 15:53:13 +03:00
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 67325bbabd Update openssl to 1.1.1f 1.1.1f_1.0.2u 2020-04-01 12:59:01 +03:00
BogDan Vatra c865ea3933 Update openssl to 1.1.1e 1.1.1e_1.0.2u 2020-03-29 14:47:58 +03:00
Assam BoudjelthiaandBogDan Vatra 01e38a456f Add proper qmake/cmake usage to README.md 2020-03-05 16:09:11 +02: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 f18df2616e Update build_ssl.sh script to build all the versions at once 2020-03-05 11:32:21 +02:00
Assam BoudjelthiaandBogDan Vatra 471b11180c Add CMakeLists.txt for cmake projects 2020-03-05 11:32:21 +02:00
Assam BoudjelthiaandBogDan Vatra b056658d70 Update README.md to reflect previous commit 2020-03-05 11:32:21 +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 ebb0b68be4 Add static libs prefixed with the ABI
These libs are useful to build Qt 5.14.1+ with -openssl-linked configure parameter.
2020-01-06 16:04:08 +02:00
BogDan VatraandGitHub c0799c5eb6 Add LICENSE file
Same as OpenSSL License,  see https://github.com/openssl/openssl/blob/master/LICENSE
2019-12-16 15:52:27 +02:00
BogDan Vatra 433f924a9d Remove execution bit 2019-11-14 14:51:20 +02:00
BogDan Vatra 04396d6521 Say hello to OpenSSL 1.1.1d 1.1.1d_1.0.2u 2019-10-24 13:24:33 +03: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 e5e0967afc Update README.md 2019-07-12 09:18:32 +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 95b31fe9ff Set proper SONAME in libs 5.12.4_5.13.0 2019-06-25 11:51:19 +03:00
BogDan VatraandGitHub d97317e856 Update README.md
Add how to add openssl.pri to .pro files
2019-06-12 09:53:26 +03:00
BogDan Vatra 94a0750839 OpenSSL 1.1.1c 2019-06-12 09:07:24 +03:00