Quote Originally Posted by Lesiok View Post
Standard OpenSSL is builded as DLL's. So to start Yours exe You must to have libeay32.dll and libssl32.dll in PATH or in directory with Yours exe.
This is normal behaviour with every DLL using by program. If You want to have only one exe file You must recompile all libraries as static not DLL.
Now You have only Qt compiled as static.
I have to admit, I'm pretty inexperienced with this whole process, but how do I tell whether my openssl libraries are static? The ones I'm using do end in .lib and not .dll. I've downloaded the openssl source and I'm looking at the process of building, but apparently in order to get static, I don't have to do anything at all? Just configure and make?