Warning, /frameworks/extra-cmake-modules/tests/KDEPackageAppTemplatesTest/qml-plasmoid/README is written in an unsupported language. File is not indexed.
0001 Plasma Applet Template 0002 ---------------------- 0003 0004 -- Build instructions -- 0005 0006 cd /where/your/applet/is/generated 0007 mkdir build 0008 cd build 0009 cmake -DCMAKE_INSTALL_PREFIX=MYPREFIX .. 0010 make 0011 make install 0012 0013 (MYPREFIX is where you install your Plasma setup, replace it accordingly) 0014 0015 Restart plasma to load the applet 0016 (in a terminal type: 0017 kquitapp plasmashell 0018 and then 0019 plasmashell) 0020 0021 or view it with 0022 plasmoidviewer -a YourAppletName 0023 0024 -- Tutorials and resources -- 0025 The explanation of the template 0026 http://techbase.kde.org/index.php?title=Development/Tutorials/Plasma/GettingStarted 0027 0028 Plasma techbase pages 0029 http://techbase.kde.org/Projects/Plasma 0030 0031 Plasma QML API explained 0032 http://techbase.kde.org/Development/Tutorials/Plasma/QML/API