/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