I developed a Qwt - Qt application with success and now trying to create the release folder.

I have put these .dll's inside the folder:
icudt51
icuin51
icuuc51
libGLESv2
IEShims
Qt5Core
Qt5Gui
Qt5Network
Qt5OpenGL
Qt5PrintSupport
Qt5Svg
Qt5Widgets
qwt

There is no .dll missing.
Still the dependency walker says: "Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module."

When i try to start the .exe, there is no error but the application does not start up.
If I run the application as administrator, it works like a charm.
However, at another computer the app wont start whether or not "running as administrator" is selected.

Platform: Win8 64bit OS , application built with MSVC 32bit compiler.
I am posting this issue here, because I developed lots of network based Qt apps without this bug.