<div class="gmail_quote">On Tue, Oct 25, 2011 at 6:30 PM, Aaron J. Seigo <span dir="ltr"><<a href="mailto:aseigo@kde.org">aseigo@kde.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im">On Tuesday, October 25, 2011 15:22:16 Mark wrote:<br>
> > kde-workspace/plasma/desktop/shell/toolbox/paneltoobox.*<br>
> ><br>
> > which really should be in desktop/toolboxes imo, and not in with the<br>
> > shell.<br>
> > i'll fix that right now and then they will be in:<br>
> ><br>
> > kde-workspace/plasma/desktop/toolboxes/paneltoobox.*<br>
><br>
> Oke. Just wondering if you could explain why..? I have no clue why one is<br>
> either good or bad :p<br>
<br>
</div>not so much good or bad as just better or worse :)<br>
<br>
we try and keep each type of plugin (applet, containment, dataengines,<br>
wallpapers, runner, etc) in their own subdirectories. the idea is that this<br>
way it is easier to find things based on what the item is, it gives some<br>
general structure to the code tree and it prevents the temptation to weld<br>
components (esp applets and dataengines, but in this case the shell and the<br>
toolboxes) too tightly together by nature of them "living" in the same place<br>
in the code tree.<br>
<br>
hth..<br>
<div><div></div><div class="h5"></div></div></blockquote></div><br><div>First issue :)</div><div>In QMake files i simply add:</div>QT += declarative<div><br></div><div>But what do i need to do in cmake to get the same results?</div>