From 97b5778172572504c8dfbe173b18281e786270c0 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 25 Apr 2025 16:18:26 +0200 Subject: Initial commit --- qt-quick/README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 qt-quick/README.md (limited to 'qt-quick/README.md') diff --git a/qt-quick/README.md b/qt-quick/README.md new file mode 100644 index 0000000..54c4136 --- /dev/null +++ b/qt-quick/README.md @@ -0,0 +1,28 @@ +# QT-quick implementation of a nissy UI + +This is a UI for nissy written using +[QT Quick](https://doc.qt.io/qt-6/qtquick-index.html). + +It has been tested only on Linux with QT 6.9. +Building requires CMake. + +To build this project, run + +``` +make +``` + +To run it you can use + +``` +./run +`` + +or + +``` +make run +``` + +The latter command is going to build the project (if has not already +been built) and run it with some debug options enabled. -- cgit v1.3