Hello,
I am new to Mac OS and Qt. I have to develop an application on Mac OS using Qt. I am working on Mac OS x 10.6.4 and I tried to install Qt 4.7.1 statically on it. I downloaded qt-everywhere-commercial-src-4.7.1.tar from Qt Center and then followed to following steps to install qt statically:

1) ./configure -prefix /Developer/Qt -no-webkit -nomake tools -qt-zlib -qt-libjpeg -qt-gif -qt-libtiff -universal -static -release
2) make
At this step after a long processing I got following error:

ld: library not found for -lQtUiTools
collect2: ld returned 1 exit status
ld: library not found for -lQtUiTools
collect2: ld returned 1 exit status
lipo: can't open input file: /var/tmp//ccZNStlU.out (No such file or directory)
make[3]: *** [calculator.app/Contents/MacOS/calculator] Error 1
make[2]: *** [sub-calculator-make_default] Error 2
make[1]: *** [sub-script-make_default] Error 2
make: *** [sub-examples-make_default-ordered] Error 2

how I can build Qt statically on Mac OS 10.6.4

Please reply.....

Thanks
Aarti