diff --git a/README.md b/README.md index 1885fdc..9aeb397 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,21 @@ The following directories are available * `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+. -To add OpenSSL in your qmake project just add the line below to your `.pro` file: + +## How to use + +To add OpenSSL in your QMake project, append the following to your `.pro` project file: + ``` -include(