Skip to content
This repository has been archived by the owner on Jun 17, 2019. It is now read-only.

Latest commit

 

History

History
18 lines (15 loc) · 480 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 480 Bytes

DateCalculator

A simple Qt based date-distance calculator implemented in C++

Building

To build the project requires Qt 5, Qmake v3.0 or greater, and make. To build, simply clone the project, and run

$ qmake
$ make

To run, run the executable. To install, link the executable somewhere in your path.

TODO

  • Fill out this readme for building and installing
  • Better error handling for dates
  • Maybe a drop down calendar?
  • An "add X days" mode?