Static Qt build under Mac OS X
HowTo generate a static build of Qt under Mac OS X:
./configure -release -static -fast -no-qt3support -no-nis -no-cups -prefix <$QTDIR>
See ./configure –help for details.
Comments Off on Static Qt build under Mac OS X