I am currently writing code in qtQt. Can anybody say howHow to compile the code statically.?
From Qt document I came to know the following step 1)VS 2008->commandPrompt->QtDir->configure -static -> nmake
- Visual Studio 2008 -> commandPrompt -> QtDir -> configure -static -> nmake
But, it took 17GB17 GB and at the end it exited before the completion stating that "the space is not enough".
Is there any simple way to compile the QTQt application as a stand alone program.?