You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Wednesday, September 28th 2005, 3:12pm

dcop and kde dependencies

I want to write a dcop application with the minimum of dependencies
on kde. Has anyone done this?

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

2

Wednesday, September 28th 2005, 4:39pm

I think DCOP is part of libkdecore, so you will likely only depend on that one.

Shouldn't be a problem, as DCOP wouldn't be runninf if KDE weren't there in the first place :)

Cheers,
_
Qt/KDE Developer
Debian User

3

Wednesday, September 28th 2005, 5:04pm

kde/dcop dependencies

I'll take a look, thanks.