/todolist

Primary LanguageC++

ToDo-List

Simple Implementation of a ToDo-List-Application

Dependencies

Doctest Qt5

Installation Doctest

git clone https://github.com/onqtam/doctest.git
cd doctest
mkdir build
cd build
cmake ..
cmake --build .
sudo cmake --build . --target install

Installation Qt5

For installation on Ubutu-Distros run

sudo apt install qt5-default

Building

Run the following commands in the source directory.

mkdir build
cd build
cmake ..
cmake --build .

Testing

In the directory build, run the following command.

ctest --verbose

git remote add origin https://github.com/stroupo/todolist.git