I've created a program using MinGW 5.1.3, Eclipse C++ 3.3.1.1, Qt Open Source 4.3.3 and Qt Eclipse Integration 0.0.7. The OS is Windows XP. The project is a Qt GUI Project. After making the release version, I tried to run in a different Windows 2000/XP machine where none of the mentioned softwares are installed. The program didn't run mentioning that mingwm10.dll (or some other mingw related dll) file is not found and advices to reinstall the application. I want to make such an executable which will run on any 2000/XP machine without the help of the additional softwares/dlls. How can I do that in Eclipse?

Thanks in advance.