Hi All,

I am working on qt 4.3.4 with visual studio 2005.
Earlier I was working on Mac and building Qt application statically and then deploying that application.

Now I port my application on windows and I am using the binary version of Qt 4.3.4.
So I want to deploy the static application on windows.

So for this do I need to download the uncompressed package of Qt and then install it through command prompt or I will be able to deploy my Exe using the binary version which I am using.

Thanks.