qt5.10.1支持的openssl
时间: 2023-12-23 08:28:35 浏览: 195
Qt for Android 可以使用的openssl库
根据提供的引用内容,可以通过以下步骤来确定qt5.10.1支持的openssl版本:
1. 下载并安装qt5.10.1:
```shell
wget http://download.qt.io/official_releases/qt/5.10/5.10.1/qt-opensource-linux-x64-5.10.1.run
chmod +x qt-opensource-linux-x64-5.10.1.run
./qt-opensource-linux-x64-5.10.1.run
```
2. 打开终端并输入以下命令来查看qt5.10.1所支持的openssl版本:
```shell
openssl version -a
```
以上命令将显示qt5.10.1所支持的openssl版本信息。
阅读全文