Update README.md

Add how to add openssl.pri to .pro files
This commit is contained in:
BogDan Vatra
2019-06-12 09:53:26 +03:00
committed by GitHub
parent 94a0750839
commit d97317e856
+6
View File
@@ -2,3 +2,9 @@
OpenSSL scripts and bins for Android (useful for Qt on Android apps)
In this repo you can find prebuilt openssl libs for Android and a qmake script
To add openssl in your qmake project just add:
```
include(<path/to/android_openssl/openssl.pri)
```
to your `.pro` file