How to deploy Qt apps in windows

Hi,

I wrote a Qt app and want to check if it works the same (if at all) in windows.

I’ve read the Qt docs on how to deploy Qt apps in windows but they never mention how and where to get Qt runtime. You can either statically or dynamically link to qt4core.dll and qt4gui.dll. But where can I get them so that I can include them with my app? I don’t have to download and install the whole 160-200 MB Qt suite, do I? Thank you.

I tried that unsuccessfully. I managed to install Qt, qtcreator, mingw whatever was necessary but code wouldnt compile due to some strange errors.
What I wish to say, Everything was in place, but it wouldnt compile.

See:
Qt questions - Page 2 - openSUSE Forums

Anyone? I have KDE4.4 installed in windows which seemed to install Qt 4.6 as well, I’ve also copied Qtcore4.dll and Qtgui4.dll into both the executable and windows/system32 folders - but still the application simply crashes on start without any explanation.

What else can I do to make a Qt app made in Linux to work on windows?