Skip to content

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