Add static libs prefixed with the ABI

These libs are useful to build Qt 5.14.1+ with -openssl-linked configure parameter.
This commit is contained in:
BogDan Vatra
2020-01-06 16:04:08 +02:00
parent c0799c5eb6
commit ebb0b68be4
125 changed files with 32099 additions and 0 deletions
+2
View File
@@ -13,3 +13,5 @@ To add openssl in your qmake project just add:
include(<path/to/android_openssl/openssl.pri)
```
to your `.pro` file
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+**.