On Thursday 02 March 2006 20:38, David Faure wrote: > On Thursday 02 March 2006 20:13, Thiago Macieira wrote: > > What I meant was that the author of an application outside kdelibs should > > remember to add QtCore, kdecore, kdeui, etc. to his own dependency list. > > And I disagree; this only makes it more difficult for people. > If I write a kde app I should only have to specify the top of the > dependency chain (e.g. $(LIB_KIO) if I use kio, $(LIB_KPARTS) if I use > kparts), without having to care that this in turn needs kdecore and kdeui > (ok I could guess those), but do I also need to remember that it includes > e.g. kdefx??? > You can be sure that people will keep forgetting one or the other of the > various libs that they need. OTOH with the planned kdelibs reorganization > we'll certainly have less libs than before so the problem will be somewhat > reduced.
I'll add the export_library_dependencies() call to kdelibs/CMakeLists.txt, it does exactly what we need. Alex -- Work: alexander.neundorf AT jenoptik.com - http://www.jenoptik-los.de Home: neundorf AT kde.org - http://www.kde.org alex AT neundorf.net - http://www.neundorf.net _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
