how to set up for plasma development
Aaron J. Seigo
aseigo at kde.org
Wed Feb 18 21:43:37 CET 2009
On Wednesday 18 February 2009, San Jo wrote:
> i've checked out the plasma trunk ok, and saw that i also need qt 4.5 rc1
> to compile plasma now.
if you just want to work on the picture frame plasmoid, just grab the picture
frame plasmoid. :)
you can make it compile in a self-contained manner by adding these lines to
the top of it's CMakeLists.txt file:
====
find_package(KDE4 REQUIRED)
include (KDE4Defaults)
include(MacroLibrary)
find_package(KDE4Workspace REQUIRED)
====
you can then work against KDE 4.2 and it should all work just fine in trunk
(well, some exceptions for QGraphicsLayouts which are less buggy in Qt 4.5,
but the picture frame isn't concerned with those...)
welcome to plasma devel, btw. :)
oh, and Ann-Marie is the person who coordinates development of the picture
frame. you can find her on irc as annma in #plasma. she's quite helpful, and
we're all available to answer various questions you might run into.
--
Aaron J. Seigo
humru othro a kohnu se
GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43
KDE core developer sponsored by Qt Software
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
Url : http://mail.kde.org/pipermail/plasma-devel/attachments/20090218/c7213fdb/attachment.sig
More information about the Plasma-devel
mailing list