PDA

View Full Version : How to Create Executable file for my QT application



c_srikanth1984
17th March 2009, 10:29
Hi,
I have developed a application using Qt4.4 now i want to show my application to my friends but not the code for that i need to create only executable file how to do that Qt4.4. its some wat like in VB we have Make exe kind of thing.
thank u,
have a nice day.

radek.z
17th March 2009, 10:49
Hi,

are you working in Windows?
then here it is.
Use the static linking

http://doc.trolltech.com/4.5/deployment-windows.html

c_srikanth1984
19th March 2009, 04:02
My Application is in RHEL5.1 server i tried the document in help Deploying an application in X11 platform but its not working is there any easy way to deploy my application.