Simple Implementation of a ToDo-List-Application
Doctest Qt5
git clone https://github.com/onqtam/doctest.git
cd doctest
mkdir build
cd build
cmake ..
cmake --build .
sudo cmake --build . --target install
For installation on Ubutu-Distros run
sudo apt install qt5-default
Run the following commands in the source directory.
mkdir build
cd build
cmake ..
cmake --build .
In the directory build
, run the following command.
ctest --verbose
git remote add origin https://github.com/stroupo/todolist.git