<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Jan 14, 2015 at 7:31 PM, Mark Gaiser <span dir="ltr"><<a href="mailto:markg85@gmail.com" target="_blank">markg85@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>Kdesrc-build uses (right?) <a href="http://projects.kde.org" target="_blank">projects.kde.org</a> to get a list of frameworks and compile them. That works great :)<br></div><div><br></div><div>However, a few hours ago David Faure pushed something rather cool in KIO [1] that i would like to play with. It adds the KIOCORE_ONLY cmake define. Sure, i can compile KIO without kdesrc-build and just add "-DKIOCORE_ONLY" to the cmake step.</div><div><br></div><div>I prefer to keep using kdesrc-build so i wonder how to add a cmake define for just the kio framework.</div></div></blockquote><div><br></div><div>You can put it locally into your kdesrc-buildrc with "cmake-options", something like:</div><div><br></div><div>module kio</div><div>    repository kde-projects</div><div>    cmake-options -DKIOCORE_ONLY=true<br></div><div>end module</div><div><br></div><div>You can even name the module kio-coreonly and then do kdesrc-build kio-coreonly to get the core only.</div><div><br></div><div>Cheers</div></div>-- <br><div><div><span style="color:rgb(102,102,102)">Martin Klapetek | KDE Developer</span></div></div>
</div></div>