This project is a simple desktop app to add countdown reminders, using KDE's Kirigami Framework, Qt6 and C++ backend with SQLite for local storage.
- Linux/MacOS, works as expected.
- Yet to test on Windows.
- Facing severe build issues with Android.
- Install CMake, Make, gcc/clang and Qt6 for Desktop and Android.
- Get
kde-builderfrom here (optional). - Get
kirigamifrom here. - Test out the tools with
kcalcas a sample application, usingkde-builder. - Setup Android Studio with a simulator device, with API Level 30 or more.
- Using something like QtCreator, configure the CMake flags as mentioned in their Android documentation.
- Compile with CMake and Make, or use the recommended
kde-buildertool.