Akonadi calendar plasmoid
===========================

This is a calendar plasmoid for displaying events from selected Akonadi resources.
It is written in C++ and was created as part of my bachelors thesis.

Dependencies
---------------------------

  - KDE Libraries
  - KDEPIM Libraries
  - QJSON
  - Boost

INSTALATION
---------------------------

  mkdir build
  cd build
  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
  make
  make install (as root)

  kbuildsycoca4

  and maybe you will have to restart plasma-desktop

  kquitapp plasma-desktop
  kstart plasma-desktop

