Adjust documentation and release workflow to Qt6

This commit is contained in:
Jan Käberich 2023-03-28 11:28:03 +02:00
parent c18845fce5
commit b0e44b9fcf
4 changed files with 17 additions and 15 deletions

View file

@ -12,7 +12,7 @@ Creating all the different parts from the source code requires quite a few tools
## Building the PC application:
* Install the required tools (Qt and libusb-1.0):
```
sudo apt-get install qt5-default qt5-qmake qtbase5-dev libusb-1.0-0-dev
sudo apt-get install libusb-1.0-0-dev qt6-tools-dev qt6-base-dev
```
* Build the application:
* either: