aboutsummaryrefslogtreecommitdiff
path: root/qt-quick/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'qt-quick/README.md')
-rw-r--r--qt-quick/README.md28
1 files changed, 28 insertions, 0 deletions
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 @@
1# QT-quick implementation of a nissy UI
2
3This is a UI for nissy written using
4[QT Quick](https://doc.qt.io/qt-6/qtquick-index.html).
5
6It has been tested only on Linux with QT 6.9.
7Building requires CMake.
8
9To build this project, run
10
11```
12make
13```
14
15To run it you can use
16
17```
18./run
19``
20
21or
22
23```
24make run
25```
26
27The latter command is going to build the project (if has not already
28been built) and run it with some debug options enabled.

Generated with cgit - Back to sebastiano.tronto.net