Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 434 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 434 Bytes

Foxxy Soft Display

Display screenshot

About

A little project to show off

Features

Requirements

  • CMake 3.27+
  • C++ 17
  • Qt6 Quick

Compilation

  • cmake -B build
  • cmake --build build

If you need to specify Qt location, add this to the first call of CMake: -D "CMAKE_PREFIX_PATH=Path to Qt"