| Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date | |
| All threads index page 6 | |
Hi, I would like to know if someone succeeded to reduce the size of the QT-X11 for linux libraries, cause I know it is possible with QT embedded, but I don't know how to do it with QT-X11. Any suggestions? Thanks Yannick
<<attachment: winmail.dat>>
The first thing to do is to strip them. (man strip) Then you could check the configure options. The less modules you put in the smaller it gets (I think so). (configure --help from the QTDIR). ----- Original Message ----- From: "Yannick ALLUSSE" <yannick.allusse@kisbv.com> To: <qt-interest@trolltech.com> Sent: Thursday, March 14, 2002 6:28 AM Subject: Reducing the size of QT libraries > Hi, > > I would like to know if someone succeeded to reduce the size of the QT-X11 > for linux libraries, cause I know it is possible with QT embedded, but I > don't know how to do it with QT-X11. > > Any suggestions? > > Thanks > > Yannick >