
StopWatchPlasmoid
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
A simple stopwatch in QML/C++.
The stopwatch is started automatically on login, and paused when the screen is locked or the screensaver is active.
> DEPENDENCIES <
* Extra CMake modules
* KDE Frameworks 5
* DBUS
> BUILD <
tar xvf StopWatchPlasmoid-1.0.tar.gz
cd StopWatchPlasmoid-1.0
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` ..
make
sudo make install
Please login or register to add a comment or rating