Add further information about usage in CMake

This commit is contained in:
Sandro Santos Andrade
2020-05-13 15:53:48 +03:00
committed by BogDan Vatra
parent e92fea4e40
commit 9829f83a35
+1 -1
View File
@@ -17,7 +17,7 @@ To add OpenSSL in your QMake project, append the following to your `.pro` projec
android: include(<path/to/android_openssl/openssl.pri)
```
To add OpenSSL in your CMake project, append the following to your project's `CMakeLists.txt` file:
To add OpenSSL in your CMake project, append the following to your project's `CMakeLists.txt` file, anywhere before the find_package() call for Qt5 modules:
```
if (ANDROID)