PDA

View Full Version : Releasing a program



Dante
13th April 2009, 20:20
Hi
I make my programs by writing .h and .cpp and main and .ui files and running qmake -project , qmake *.pro and make on them.but this process gives me an executable in debug folder that needs three .dll files(if i remove qt paths from path variable).I have two questions.
1-Does the release version needs those .dll files?
2-How can i make a release version of my software?
thanks