trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: December 2011

Re: [trinity-devel] Unexpected kreadconfig/kwriteconfig messages

From: Bruce Dubbs <bruce.dubbs@...>
Date: Mon, 19 Dec 2011 22:52:13 -0600
/dev/ammo42 wrote:

> I don't think we should go much farther in the investigation: the
> dependency of kwriteconfig on kdelibs brings automatic dependency on X
> libraries even if it is a console program.

Good point.  That is one reason I like Qt4 much beter than Qt3.  For 
applications that don't need X, you don't pull that stuff in.  Qt3 is a 
single monolithic library with everything, while Qt4 is a collection of 
21 libraries.  For something like kwriteconfig, it would probably only 
need libQtCore.

   -- Bruce