plasma-framework/templates/cpp-plasmoid
l10n daemon script a9161892b1 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2017-03-12 05:35:11 +01:00
..
src SVN_SILENT made messages (.desktop file) - always resolve ours 2017-02-05 06:07:10 +01:00
CMakeLists.txt Let KDE*CompilerSettings change the policies in the project 2016-01-28 14:56:45 +01:00
cpp-plasmoid.kdevtemplate SVN_SILENT made messages (.desktop file) - always resolve ours 2017-03-12 05:35:11 +01:00
cpp-plasmoid.png make preview naming consistent with template name 2015-12-03 02:28:58 +01:00
Messages.sh add a couple of plasmoid templates for kapptemplate/kdevelop 2015-11-30 15:02:43 +01:00
README Templates: Update techbase wiki links in READMEs 2016-08-05 16:02:14 +02:00

Plasma Applet mixed C++/QML Template
----------------------

-- Build instructions --

cd /where/your/applet/is/generated
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=MYPREFIX .. 
make 
make install

(MYPREFIX is where you install your Plasma setup, replace it accordingly)

Restart plasma to load the applet 
(in a terminal type: 
kquitapp plasmashell 
and then
plasmashell)

or view it with 
plasmoidviewer -a YourAppletName

-- Tutorials and resources --
The explanation of the template
https://techbase.kde.org/Development/Tutorials/Plasma5/QML2/GettingStarted

Plasma QML API explained
https://techbase.kde.org/Development/Tutorials/Plasma2/QML2/API