I am not exactly sure where Qt on Windows is looking for OpenSSL, maybe some of the people using Qt in that platform can help here?
Qt will call LoadLibrary to see if the OpenSSL library can be used. Windows will search the program binary folder then the PATH and Windows system directories looking for it (i.e. The standard Windows behaviour).
Bookmarks