1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-03-26 04:29:27 +00:00

Installs qtquickcontrols2-5-dev on Ubuntu platforms, will not compile without this.

oxou 2022-12-30 20:10:41 +01:00
parent e63f3c7491
commit ee9fa405f8

@ -10,7 +10,7 @@ Let's start by grabbing the correct dependencies for the most popular distros:
# Ubuntu, Debian Jessie and above
sudo apt install build-essential qmlscene qt5-qmake qt5-default qtdeclarative5-dev qml-module-qtquick-controls2 qml-module-qtgraphicaleffects qml-module-qtquick-dialogs qml-module-qtquick-localstorage qml-module-qtquick-window2 qml-module-qt-labs-settings qml-module-qt-labs-folderlistmodel
sudo apt install build-essential qmlscene qt5-qmake qt5-default qtdeclarative5-dev qml-module-qtquick-controls2 qml-module-qtgraphicaleffects qml-module-qtquick-dialogs qml-module-qtquick-localstorage qml-module-qtquick-window2 qml-module-qt-labs-settings qml-module-qt-labs-folderlistmodel qtquickcontrols2-5-dev
# Debian Bullseye