I want to give a friend of mine a release build of a little project.
It works perfectly fine when started from inside qtcreator, but doesn\'t open when double-clicked on the
What compiler are you using? You need to bundle the runtime DLL files for the compiler or have the user install the Microsoft Visual C++ Redistributable Package if you're using MSVC++.