Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 450 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 450 Bytes

Simple Hello World

This is a simple Hello World demo for c++ plasmoid

Dependency

  • libkf5plasma-dev

Build

$ mkdir build
$ cd build
$ cmake ..
$ cd ..
$ make -C build
$ sudo make install

Testing:

$ kquitapp plasmashell
$ plasmashell &

and add the hello world plasmoid to your desktop

Sources

Read: Development/Tutorials/Plasma5/QML2/Helloworld