Re: KIOSlave
Dirk Mueller <[email protected]>
| Newsgroups | gmane.comp.kde.devel.optimize |
|---|---|
| Message-ID | <[email protected]> |
On Saturday 24 July 2004 11:59, Karl Vogel wrote: > kioslave only uses 1 QT exported object (QCString), which causes it to link > to 27 extra libraries! Following patch removes the QCString and thus > doesn't need linking with all those shared libs. (which reduces the binary > size and the startup time in the dynamic linker) Hmm, but the actual kioslaves (like kio_http e.g.) will for sure depend on Qt, so I'm not sure you win anything..