GUI for a counter using QML.
- Press <Space> to increment the counter
- Press <Esc> to reset the counter
- CMake 3.5+
- Qt 6.0.4+
- C++17 Compiler
cmake . -B build
cmake --build build
cmake . -B build
cmake --build build --config Release --target ALL_BUILD -j 10
Licensed under the MIT License.