I have created a simple file copy program that I would like to run as a stand alone executable. However when I run it outside Qtcreator I get a Qt5Core.dll is not found error. I have found some stuff about copying the dll to the same folder as the executable or compiling staticly, but I have had no luck with this.
Is there a way to embed all the required dll's n the executable? Preferably with the .pro file
Thanks,