# Android OpenSSL support for Qt
OpenSSL scripts and binaries for Android (useful for Qt Android apps)
In this repo you can find the prebuilt OpenSSL libs for Android and a qmake include project `.pri` file that can be used integrated with Qt projects.
The following directories are available
* `Qt-5.12.3`: used for Qt 5.12.3 and below.
* `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+.
## How to use
To add OpenSSL in your QMake project, append the following to your `.pro` project file:
```
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, anywhere before the find_package() call for Qt5 modules:
```
if (ANDROID)
include(<path/to/android_openssl/CMakeLists.txt)
endif()
```
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+**.
DS小龙哥
- 粉丝: 5w+
- 资源: 902
最新资源
- 三菱PLC采用Fx3u一485ADP一MB通讯模块,进行MODBuS和欧姆龙温控器通讯程序,程序采用ADPRW指令,通讯程序简单,易入门,适合小白使用
- 中达优控一体屏台达程序,包含中达优控屏程序,plc程序,程序 结构清晰,注释完整
- OV12890-Product-Specification-COB-Version-2-23-meetvr.pdf
- PMSM永磁同步电机仿真三电平SVPWM矢量控制matlab PMSM双环矢量控制传统三电平
- 基于最小二乘支持向量机(LSSVM)的数据分类预测 LSSVM分类 matlab代码 只代码,不负责讲解 注:要求 Matlab 2018B 及以上版本
- 基于深度置信网络-支持向量机(DBN-SVM)的数据分类预测 matlab代码
- cruise纯电动仿真模型纯电动车实际项目模型,本模型基于Cruise软件和Simul ink软件共同搭建完成
- 2025苹果cmsv10短剧模板.zip
- 两部6层电梯西门子S7-200PLC梯形图程序 一、电梯具有的功能 1.电梯内选和外选按钮的呼叫与对应指示灯的显示功能; 2.电梯开门和关门动作,开门到位; 3.电梯上升和下降的动作; 4
- 员工绩效考核系统 JAVA+Vue+SpringBoot+MySQL
- 数据库开发工具-脚本自动生成
- 基于51单片机的示波器 基于单片机AT89C51、模数转芯片ADC0808、proteus模拟的信号发生器、液晶屏LCD12864的简易示波器 功能: 可以通过按键调节波形的频率和峰值,将波形发生
- 基于改进粒子群优化支持向量机(PSO-SVM)的时间序列预测 PSO-SVM时间序列 改进后粒子群权重为:线性权重递减 matlab代码 只代码,不负责讲解 注:暂无Matlab版本要求 - 推荐
- 数据分析-76-TED演讲数据集探索之可视化分析(包含代码和数据)
- 基于卷积神经网络-双向长短期记忆网络(CNN-BILSTM)时间序列预测,MATLAB代码 评价指标包括:R2、MAE、MS
- 视频网站系统源代码.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
- 1
- 2
前往页