Is there any way to building static Qt with static OpenSSL?
问题 Original question was slightly different but part of a more major question. I am trying to build Qt 5.2 as static with static OpenSSL on Windows. My final goal is to ship a single binary without the need to provide libeay32.dll and ssleay32.dll with it. However, it seems to me that this is impossible. I built static Qt with static openssl libs but it seems like Qt is outright ignoring the libs provided and always searches for DLLs. This answer also suggests that QtNetwork always searches for