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.
Bookmarks