<div dir="ltr">For CMake, the responsible method is:<div>CMakeBuilder::additionalBuilderPlugins( KDevelop::IProject* project  ) const</div><div>This one is in charge of saying if we're using another plugin. It will return make's or ninja's depending on how the build directory is configured.</div>

<div><br></div><div style>This shouldn't be needed for Custom Makefile projects since these are reporting the MakeBuilder directly.</div><div style><br></div><div style>Here, using master, I get this:</div><div style>

<a href="http://i.imgur.com/ZLgvU07.png">http://i.imgur.com/ZLgvU07.png</a><br></div><div style><br></div><div style>Aleix</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, May 5, 2013 at 9:41 AM, Alexandre Courbot <span dir="ltr"><<a href="mailto:gnurou@gmail.com" target="_blank">gnurou@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi everyone,<br>
<br>
For the kdev-kernel plugin, I use the IMakeBuilder interface to build<br>
the kernel. Because of this, I am expecting to find the make settings<br>
panel (which allows to specify e.g. the number of jobs) in the<br>
configuration of projects managed by my plugin. Strangely, this panel<br>
is not appearing since I recompiled the plugin for 4.5 and I cannot<br>
figure out why. It has never been totally clear to me what makes this<br>
panel appear anyway - I can see it with CMake-managed projects, but<br>
have not been able to find out the link between the CMake project<br>
manager and the make builder. How does one get this panel to appear in<br>
a given project manager's settings?<br>
<br>
Any pointer would be appreciated. In case it is helpful, the source of<br>
my plugin is here: <a href="https://github.com/Gnurou/kdev-kernel/" target="_blank">https://github.com/Gnurou/kdev-kernel/</a><br>
<br>
It's a pretty straightforward plugin, nothing complicated in there<br>
(but probably a few things wrong :P).<br>
<br>
Thanks,<br>
Alex.<br>
_______________________________________________<br>
KDevelop-devel mailing list<br>
<a href="mailto:KDevelop-devel@kde.org">KDevelop-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kdevelop-devel" target="_blank">https://mail.kde.org/mailman/listinfo/kdevelop-devel</a><br>
</blockquote></div><br></div>