diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2018-10-15 16:20:17 -0400 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-10-15 16:37:40 -0400 |
commit | 36043e8af22f7e789d6231c18ed6429f5236d889 (patch) | |
tree | 6b1f0effa71974b53fb22b105fe4dcb22973c8ec /INSTALL | |
parent | 193a7d3a5667017b9dffb25603c732e3a4ad8bff (diff) | |
download | subsurface-36043e8af22f7e789d6231c18ed6429f5236d889.tar.gz |
Add new package to Ubuntu requirements
This package is needed for building the mobile (on desktop) version.
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -177,7 +177,8 @@ sudo apt install \ pkg-config qml-module-qtlocation qml-module-qtpositioning \ qml-module-qtquick2 qt5-default qt5-qmake qtchooser qtconnectivity5-dev \ qtdeclarative5-dev qtdeclarative5-private-dev qtlocation5-dev \ - qtpositioning5-dev qtscript5-dev qttools5-dev qttools5-dev-tools + qtpositioning5-dev qtscript5-dev qttools5-dev qttools5-dev-tools \ + qtquickcontrols2-5-dev On PCLinuxOS you appear to need the following packages |