mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 00:13:24 +00:00
Add missing qt5-qmake package
See 'Build-Depends:' in packaging/ubuntu/debian/control. Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
52084c80f7
commit
a0d36e2061
1 changed files with 3 additions and 2 deletions
5
INSTALL
5
INSTALL
|
@ -84,8 +84,9 @@ On Debian Jessie this seems to work
|
|||
sudo apt-get install git g++ make autoconf libtool cmake pkg-config \
|
||||
libxml2-dev libxslt1-dev libzip-dev libsqlite3-dev \
|
||||
libusb-1.0-0-dev libgit2-dev \
|
||||
qt5-default qtchooser qttools5-dev-tools libqt5svg5-dev libqt5webkit5-dev \
|
||||
libqt5qml5 libqt5quick5 libqt5declarative5 qtscript5-dev
|
||||
qt5-default qt5-qmake qtchooser qttools5-dev-tools libqt5svg5-dev \
|
||||
libqt5webkit5-dev libqt5qml5 libqt5quick5 libqt5declarative5 \
|
||||
qtscript5-dev
|
||||
|
||||
On Debian style distributions you can install the required development
|
||||
packages by running (once Qt version of subsurface is available in your
|
||||
|
|
Loading…
Add table
Reference in a new issue