So I've been using Qt Creator with cmake and compiling to an EXE
But how do I get to execute it outside of Qt creator?
If I just start it from the directory where it is placed it doesn't run because the DLLs it needs are missing.
How do I get those? Those DLLs aren't my own as my project doesn't contain any DLLs
Ideally I'd have the directory with the EXE and all the DLLs it needs