Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 488 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 488 Bytes

Counter

GUI for a counter using QML.

Screenshot

counter png

Usage

  • Press <Space> to increment the counter
  • Press <Esc> to reset the counter

Development

Dependencies

  • CMake 3.5+
  • Qt 6.0.4+
  • C++17 Compiler

Build

cmake . -B build
cmake --build build

Release

cmake . -B build
cmake --build build --config Release --target ALL_BUILD -j 10

License

Licensed under the MIT License.