dcop in kdevelop

Peter Simonsson psn at linux.se
Tue Apr 23 19:55:51 BST 2002


On Tuesday 23 April 2002 00.01, Julian Rockey wrote:
> Hi,
>
> Can anyone help me out here: I can't find info in the documentation. When
> writing DCOP stuff into an application, it's necessary to add
> myinterace.skel files to the Makefile.am file in order to build correctly.
> How is this achieved in KDevelop? I change the Makefile.am files and the
> build works, but of course it then overwrites them later and I have to keep
> changing them back.. and I know I'm doing the wrong thing as there is a big
> "KDevelop will overwrite this part!" warning I am ignoring! Where should I
> add the .skel files?
>
> thanks!
> Julian
>
>
> -
> to unsubscribe from this list send an email to
> kdevelop-request at kdevelop.org with the following body: unsubscribe
> »your-email-address«
Hi!

You can do it like this:

Add a fake entry for the file in your *.kdevprj file, eg:

[klcc/kldcop.skel]
dist=false
install=false
install_location=
type=SOURCE

Add the file to the Makefile.am of your source directory, eg:

[klcc/Makefile.am]
files=[many files here], klcc/kldcop.skel

// Peter S.



-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list