PDA

View Full Version : Qt is compiled statically, now what ?



probine
30th May 2006, 13:38
I have compiled Qt statically. I have also created a simple application to test it.

What are the steps to compile my application now that Qt is build statically ?

Please do not say go and read the docs... I already did it and something must be missing in it.

probine
30th May 2006, 13:46
I think I now it:

Compile the application as a normal one:
qmake -project
qmake

then:

make clean
qmake -config release
make