forked from lastrodamo/Clocktimer
Timer C++ and Qt6 with presets
- C++ 91.6%
- CMake 7.8%
- C 0.6%
| data | Move svg icons source to a specific folder and remove unused symbol | |
| screenshots | Update screenshot and CMakeLists.txt | |
| src | Fix : Change the player source if settings changed | |
| .gitignore | Fix .gitignore | |
| CMakeLists.txt | Implement preferences dialog using UI file | |
| LICENSE | Error not on V1.0 | |
| README.md | Fix README | |
Clocktimer
Clocktimer is a countdown timer remastered with C++ and Qt6
Requirements
- gcc
- cmake
- gdb
- qt6
- qtmultimedia
Installation with compilation
mkdir build && cd build
cmake ..
make && make install
If you need to install and debug clocktimer on build/install you need to add option of cmake :
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=install ..
Execution
./build/install/bin/clocktimer
Installation on GNU/Linux
Gentoo
Add the repository
eselect repository add lastrodamo git https://codeberg.org/lastrodamo/gentoo-overlay
emaint sync -r lastrodamo
vim /etc/portage/package.accept_keywords/clocktimer and add app-misc/clocktimer **
And install luxcorerender
emerge -av app-misc/clocktimer
Other GNU/Linux distribution
Not available yet...
Experiments examples - demo files
You can changed some settings on preferences panel.
(Preferences are saved in your user file ~/.config/lastrodamo/clocktimer.conf )
License
GNU General Public License v3.0 only - GPL-3.0 - Damien Monteillard - 2025