
WorkTimer
---------

(c) Thomas Keller 2008 <me@thomaskeller.biz>

This software is licensed under the terms of GPLv3.

Installation:
.............

 $ qmake -project
 $ qmake
 $ make  # Linux / Mac OS X
 $ nmake # Windows

Localization:
.............

Currently only one translation is loaded hardcoded:

 $ lupdate . -ts res/i18n/worktimer_de.ts
 $ # translate with linguist
 $ lrelease res/i18n/worktimer_de.ts
 $ # rebuild

