Thank you creation! You're right, your solution worked. I also needed OpenSSL installed on my PC due to the HTTPS query. I'm working on linking the SSL DLLs now to eliminate that dependency. Thank you for your help.
Edit: Following up on the SSL issue, installing OpenSSL and copypasta'ing libeay32.dll and ssleay32.dll in the exe directory solves the problem. I found that QtNetwork4.dll is now required to be included in the app directory as well now, alongside the aforementioned SSL dlls and QtCore4.dll, QtGui4.dll
In conclusion: The app is working great.
Bookmarks