Hello all,

I'm trying to build a program under linux with a static library (so that you can run the qt app on another machine, where the qt toolkit isn't installed).

I don't know how qt was installed on the linux box...if the libraries compiled are static or not.....I also don't know if this affects whether or not you can then build a qt app with static libs?

The only thing I can think of is in my .pro file I should add: CONFIG += staticlib ...etc.

Anything else I need to know?

Thanks!

Jonathan