PDA

View Full Version : deployment of Qt 4.3.4 exe on Windows?



vishal.chauhan
1st April 2008, 05:39
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.

jpn
1st April 2008, 06:23
Building static applications

vishal.chauhan
1st April 2008, 09:29
Thanks for reply.
But when I am executing the nmake command it is giving me the error that

nmake is not recognized as an internal or external command

jpn
1st April 2008, 10:23
You don't have nmake in PATH. Use Visual Studio Command Prompt (or something similar), it can be found in the Start-menu (Visual Studio -> Tools).

vishal.chauhan
1st April 2008, 11:22
When I run this command from the command prompt of Qt 4.3.4 then it gives me the error
unable to generate makefile for : winmain.pro

jpn
1st April 2008, 12:30
What command is "this command"? nmake? Did you follow closely the steps listed in our wiki?