Closed datalot-369 closed 4 years ago
For me was tedious to find those names, so here is a list of that QT build dependencies.
qtbase5-dev
libqt5svg5
libqt5svg5-dev
qtdeclarative5-dev
qml-module-qtquick-controls
qml-module-qtquick-controls2
qtquickcontrols2-5-dev
qml-module-qtgraphicaleffects
The module libqt5opengl5-dev is not listed in the readme.md, but it's necessary.
libqt5opengl5-dev
sudo apt update && sudo apt install -V --show-progress --fix-missing --fix-broken qtquickcontrols2-5-dev qtdeclarative5-dev libqt5svg5 libqt5svg5-dev qtbase5-dev qml-module-qtgraphicaleffects qml-module-qtquick-controls qml-module-qtquick-controls2 libqt5opengl5-dev
For me was tedious to find those names, so here is a list of that QT build dependencies.
qtbase5-dev
libqt5svg5
libqt5svg5-dev
qtdeclarative5-dev
qml-module-qtquick-controls
qml-module-qtquick-controls2
qtquickcontrols2-5-dev
qml-module-qtgraphicaleffects
The module
libqt5opengl5-dev
is not listed in the readme.md, but it's necessary.