Skip to content

Tomato Task Tracker is your personal simple task tracker with added Pomodoro technique

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
LICENSE.GPL-3+
Notifications You must be signed in to change notification settings

AlekseyDurachenko/tomatotasktracker-desktop

Repository files navigation

TomatoTaskTracker-Desktop

The personal task tracker with the Pomodoro Technique.

Homepage: http://alekseydurachenko.github.io/tomatotasktracker-desktop/

Build && Install

lrelease tomatotasktracker-desktop.pro
qmake
make -f Makefile.Release
make install

Build linux portable version

lrelease tomatotasktracker-desktop.pro
qmake "DEFINES += APP_PORTABLE"
make -f Makefile.Release
make INSTALL_ROOT=`pwd`/portable-build install