From 01e38a456ff915ac857be5d403a2048442820631 Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Thu, 5 Mar 2020 15:43:44 +0200 Subject: [PATCH] Add proper qmake/cmake usage to README.md --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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(