Compiler options
Hi there,
I'm compiling Qt for an embedded machine. I need some graphic modules (such as gif, jpeg and png) and Xinerama.
which is the option set and make parameter to have the minum number of compiled lib?
Right now for configure command I have: -qt-freetype -qt-gif -qt-libjpeg -qt-libpng -no-qt3support
and compile with make sub-src.
Then if i type make sub-src-install_subtarget i have not the libXinerama lib... if i type make install, a lot of other object is compiled ... do i need everything ??
Thanks !
SteM