I have had a little trouble getting this to work.

I can build the static libraries just fine... but my I am still linking against the dynamic libraries. I tried adding this to my .pro file:

CONFIG += -static

...But that didn't do anything.
To create my libaries I did:
./configure -static
make sub-src

Then I copied all of the .a libs to my /usr/local/TrollTech/Qt/libs dir.
Maybe I shouldn't have done that.. I don't know. Anyways... if anyone has any tips, I'd appreciate them.

Thanks!