Adds qttools5-dev-tools to Ubuntu dependencies

This commit is contained in:
Felix Queißner 2021-05-08 10:42:36 +02:00 committed by GitHub
parent ad5683a135
commit ce5a263f26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -32,6 +32,7 @@ make
- `make`
- `git` - optional, for cloning from CLI
- Additionally, the following must be exported for qmake: `export QMAKESPEC=freebsd-clang`
#### Notes for Ubuntu
Supported Versions: 18.04, 20.04
Unsupported Versions: 16.04
@ -39,7 +40,8 @@ Unsupported Versions: 16.04
- Required packages
- `qt5-default`
- `qt5-qmake`
- `qtmultimedia5-dev`
- `qttools5-dev-tools`
- `qtmultimedia5-dev`
- `libqt5svg5-dev`
- `libssl-dev`
- `make`