diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-25 16:18:26 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-25 16:19:02 +0200 |
| commit | 97b5778172572504c8dfbe173b18281e786270c0 (patch) | |
| tree | e775099577e9ef61465717ae453d71d8ff44559f /qt-quick/README.md | |
| download | qt-experiments-97b5778172572504c8dfbe173b18281e786270c0.tar.gz qt-experiments-97b5778172572504c8dfbe173b18281e786270c0.zip | |
Initial commit
Diffstat (limited to 'qt-quick/README.md')
| -rw-r--r-- | qt-quick/README.md | 28 |
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 | |||
| 3 | This is a UI for nissy written using | ||
| 4 | [QT Quick](https://doc.qt.io/qt-6/qtquick-index.html). | ||
| 5 | |||
| 6 | It has been tested only on Linux with QT 6.9. | ||
| 7 | Building requires CMake. | ||
| 8 | |||
| 9 | To build this project, run | ||
| 10 | |||
| 11 | ``` | ||
| 12 | make | ||
| 13 | ``` | ||
| 14 | |||
| 15 | To run it you can use | ||
| 16 | |||
| 17 | ``` | ||
| 18 | ./run | ||
| 19 | `` | ||
| 20 | |||
| 21 | or | ||
| 22 | |||
| 23 | ``` | ||
| 24 | make run | ||
| 25 | ``` | ||
| 26 | |||
| 27 | The latter command is going to build the project (if has not already | ||
| 28 | been built) and run it with some debug options enabled. | ||
