Quote Originally Posted by Beherit View Post
including the dll files which are needed (found them in my qt installation),
That might be a problem when you have two versions of a certain dll in your installation.
Some Qt versions include a different version for the tools. If you built your program with another version, chances are this might not work.

You can always use a good debugger and see where it might fail.