On Wed, Feb 9, 2011 at 3:29 PM, Stephen Kelly <steve...@gmail.com> wrote: > Christoph Feck wrote: > >> On Wednesday 09 February 2011 21:01:09 Stephen Kelly wrote: >>> KJob would be a Qt only library >> >> ? KJob is not a library, but a class in kdecore. > > I should have been more clear I guess. When I wrote kjob there I meant a > library for asynchronous job execution containing kjob, kcompositejob and > perhaps the rest of the contents of kdecore/jobs
ahh... unless your intent is to provide your own implementation of KIO, "asynchronous job execution" involves more than just kdecore/jobs. You have to suck in almost all of the classes in kdelibs/kio/kio, which of course depends on libkdecore.