Why is QsslSocket working with Qt 5.3 but not Qt 5.7 on Debian Stretch?

前端 未结 6 1716
野趣味
野趣味 2021-01-01 09:46

I have an app that uses the QWebSocket class but not SSL. It works fine when I execute a version compiled with Qt 5.3 but a Qt 5.7 executable freezes on the following warnin

6条回答
  •  春和景丽
    2021-01-01 10:44

    You have to install the following package with the following command in order to fix the problem:

    sudo apt install libssl1.0-dev
    

提交回复
热议问题