- I am using QT Creator

I created a simple application without any content.
Executed it in debug-mode and it worked fine.

Compiled and executed it, but then the problems started.
I had to add the following files manually:
mingwm10.dll
libgcc_s_dw2-1.dll
QtCore4.dll
And it is still giving errors:
Can't find access-point of procedure _zPqFreePv in DLL File QtCore4.dll(translated from dutch).

I followed the following instruction and it doesn't change anything:
http://www.qtcentre.org/wiki/index.p..._4.6_and_newer

Why aren't the DLL files automatically included in non-static releases?
Why isn't there an option for a static release?

So should I quickly dispose this SDK and never look back again?
Or am I doing something critically wrong?