Hi,
Thanks for your help.

I typically compile my program like this:

qmake -project
qmake
make

This compiles dynamically. How do I compile statically? I'm assuming that the pro file will have to be changed by inserting a couple of new rows before I do "make". Is that correct? But how, are there instructions on how to change the pro file?

Thanks!