Got it !!<br>I'll try it s soon as I come home ( I'm @ university now! ).<br>C u at the meeting =)<br><br>cheers !<br><br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
---------- Messaggio inoltrato ----------<br>From: "Aaron J. Seigo" <<a href="mailto:aseigo@kde.org">aseigo@kde.org</a>><br>To: <a href="mailto:plasma-devel@kde.org">plasma-devel@kde.org</a><br>Date: Thu, 11 Jun 2009 09:42:45 -0600<br>
Subject: Re: Fwd: Some explanations/suggestion on plasmate<br>On Thursday 11 June 2009, Diego Casella ([Po]lentino) wrote:<br>
> I'm also planning to use the git plugin located in kdevplatform/plugins/git<br>
> instead of VNG, so I need to find a do about how to use it and add the<br>
> correct entries in CMakeLists.txt =)<br>
<br>
using the git plugin from kdevplatform makes a lot of sense, i think.<br>
<br>
for the CMakeLists.txt file, you will need to add this line:<br>
<br>
find_package(KDevPlatform 0.9.92 REQUIRED)<br>
<br>
to the include_directories, add ${KDEVPLATFORM_INCLUDE_DIR}<br>
<br>
to the link libraries, add ${KDEVPLATFORM_VCS_LIBRARY}<br>
<br>
that should get us building, anyways. :)<br>
<br>
then we can ditch the vng files (svn rm <-- there are few more satisfying<br>
commands sometimes ;) and start using the VCS libs from kdevplatform.<br>
<br>
--<br>
Aaron J. Seigo<br>
humru othro a kohnu se<br>
GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43<br>
<br>
KDE core developer sponsored by Qt Software<br></blockquote></div><br>