IExecuteScriptPlugin

Niko Sams niko.sams at gmail.com
Sat Oct 3 07:36:13 UTC 2009


On Sat, Oct 3, 2009 at 00:07, Andreas Pakulat <apaku at gmx.de> wrote:
> On 02.10.09 23:15:10, Niko Sams wrote:
>> Hi,
>>
>> In the ExecuteScript plugin I created an IExecuteScriptPlugin
>> interface (just as the
>> execute plugin an IExecutePlugin).
>> XDebug plugin should use this interface as gdb does with IExecutePlugin.
>>
>> But I can't install the interface in the executescript plugin?
>
> Why not?
>
>> Should the interface be in kdevplatform?
>
> No, it should be installed with the plugin that provides the interface.
Good.

I install it here:
install(FILES iexecutescriptplugin.h DESTINATION
${INCLUDE_INSTALL_DIR}/kdevplatform/executescript COMPONENT Devel)

How does the xdebug plugin find the file?
As it's a build dependency - some cmake magic is needed here - right?

Is there somewhere an example for such a usecase?

Niko




More information about the KDevelop-devel mailing list