Skip to content

salmmike/tasktracker

Repository files navigation

Task tracker

A program for scheduling and keeping track of daily, weekly or periodic tasks. alt UI view

Structure

The lib/ directory contains a library for creating and managing tasks.

The src contains a UI program for interracting with the task manager through UI.

Building

Built with CMake. Requires Qt6 libraries to be installed.

Init the simpleini submodule. git submodule init & git submodule update.

Set the CMAKE_PREFIX_PATH variable when running cmake, e.g. cmake -B build/ -S ./ -DCMAKE_PREFIX_PATH=/opt/Qt/6.5.0/gcc_64 && cd build && make -j8

Style

Use clang-format -style="{BasedOnStyle: Mozilla, IndentWidth: 4}"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published