You need to cross compile on Linux, for windows.
EDIT:
- install MinGW on Linux.
- cross-compile your Qt code on Linux. A windows binary (.exe) should be produced.
- You are done. Happily execute the exe on any windows system with Qt runtime libraries.
Hope that clears things up.
jrh