轉載請注明出處:https://i.cnblogs.com/EditPosts.aspx?postid=7127254
運行環境:VS2015&Qt5.8
方法一(未能解決):把C:\Qt\Qt5.8.0\Tools\QtCreator\bin下的libeay32.dll和ssleay32.dll庫復制到C:\Qt\Qt5.8.0\5.8\msvc2015_64\bin下。
方法二(解決):登錄網站https://indy.fulgan.com/SSL/下載 openssl-1.0.2i-x64_86-win64.zip,解壓后把libeay32.dll和ssleay32.dll庫復制到C:\Qt\Qt5.8.0\5.8\msvc2015_64\bin下。