Hi ...

I download and execute this file to install Qt SDk ... qt-sdk-win-opensource-2009.03.1.exe

I'm trying to make the deployment package for my application. After several tries ...
The re-build qt as static was a failure ... strange errors with a simple parameters to the configure tool.
So dinamically .. I install a virtual machine and set a Windows xp ...

Copy my exe file to this and with the dependency walker app. try to complete the necessary files to run.

Why necessary files are things like this:
MSVCR90.DLL
MSVCP90.DLL
MSJAVA.DLL

I'm not using Visual Studio, I'm using QT Creator to build my app.

What is the magical touch for this?

Thanks in advance