PDA

View Full Version : How do I make a program out of my program?



Randulf
29th May 2007, 10:36
Hi!
I'am now "finished" coding my project and it runs fine.
Been using Qt 4.1 with visual studio + some other libraries.

Now I would want this program to run on other windows machines that doesent have Qt installed.
Is there some way to compile all the stuff I'm using into the exe or how do I do this?

If I would want to have a program that installs into a directory how do I do that?

Many thanks
// Nils

wysota
29th May 2007, 11:11
Please read about deploying Qt applications on Windows in the docs and Qt Quarterly (both available here: http://doc.trolltech.com).