Skip to content

Todo list application with Pomodoro timer. Application automatically builds and it has translation to multiple language

License

Notifications You must be signed in to change notification settings

ivorob/CodeMore

Repository files navigation

CodeMore

Build Status: Windows

Build on windows

Go to sources directory

mkdir build
cd build
cmake -G "NMake Makefiles" .. -DCMAKE_PREFIX_PATH=path_to_compiled_qt_libraries
cmake --build .
windeployqt --qmldir path_to_qml_dir CodeMore.exe

Build tests

To build tests use the following commad in build directory:

cmake . -DBUILD_TESTING=ON

To disable build tests use the following command in build directory:

cmake . -DBUILD_TESTING=OFF

Translation

Add issue if u want to translate that app to your language

About

Todo list application with Pomodoro timer. Application automatically builds and it has translation to multiple language

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published