[Qt-creator] Providing a custom Kit in my own plugin

Orgad Shaneh orgads at gmail.com
Sun Oct 18 19:20:35 CEST 2015


On Sun, Oct 18, 2015 at 8:04 PM, Olivier Renaud <o.renaud at gmx.fr> wrote:

> On a (mostly) unrelated note, I was surprized that the C++ specific
> classes (`GccToolChain`, for example) belong directly to the
> ProjectExplorer plugin. I expected them to be in a separate plugin. I hope
> there is not a technical limitation for this, that would mean that an
> "external" plugin like mine will not be able to access some features.
>

Hi,

It is generally ok to modify "core" plugins in order to support new ones,
or a new feature in an existing plugin. Feel free to do that if it makes
sense.

You could introduce the required changes in a separate change (explaining
the need), then base the plugin commit on this one.

- Orgad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20151018/4cec3bc7/attachment.html>


More information about the Qt-creator mailing list