How to Create Executable file for my QT application
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.
Re: How to Create Executable file for my QT application
Hi,
are you working in Windows?
then here it is.
Use the static linking
http://doc.trolltech.com/4.5/deployment-windows.html
Re: How to Create Executable file for my QT application
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.