We need to copy manually ssleay32.dll to build directory before artifact archiving. Without this library https scheme doesn't work in QNetworkAccessManager. It happens because we linking only with libeay32.dll for hash functions and vcpkg copy only this library when scanning exe dependencis.
Qt dynamically load ssleay32.dll
We need to copy manually ssleay32.dll to build directory before artifact archiving. Without this library https scheme doesn't work in QNetworkAccessManager. It happens because we linking only with libeay32.dll for hash functions and vcpkg copy only this library when scanning exe dependencis. Qt dynamically load ssleay32.dll