From cdf46d85efe7fa54e8c302a255214341c567b4af Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 25 Apr 2025 19:27:06 +0200 Subject: Moved qt app to its own repo --- README.md | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d637bb4..1f7d1f6 100644 --- a/README.md +++ b/README.md @@ -98,13 +98,6 @@ file in the tools/results folder. To build and run a tool in debug mode, use `make debugtool`. -## User interfaces - -User interfaces for this software are in an experimental stage. Some -examples are included in this repository, but they are not polished. -If you are a developer and you are interested in contributing, have a -look at the examples and let me know! - ## Command-line interface The `shell` folder contains the code for a rudimentary shell that can @@ -158,23 +151,6 @@ F' U' R For a full list of available command, use `./run help`. -### QT - -A draft for a QT-based GUI is contained in the `qt` folder. In order -to build it you need QT libraries and headers (for QML / QT Quick -development) and CMake. If your environment is set up, you can -build the QT GUI with - -``` -$ make qt -``` - -And then run it with - -``` -$ ./nissyqt -``` - ## Using this software as a library This tool has been developed as a library, so it can be easily included -- cgit v1.3