[PATCH] Add missing qt5-qmake package

Cristian Ionescu-Idbohrn cristian.ionescu-idbohrn at axis.com
Sat Dec 27 09:34:32 PST 2014


On Sat, 27 Dec 2014, Miika Turkia wrote:
> > On 27 Dec 2014, at 19:04, Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn at axis.com> wrote:
> >
> >
> > See 'Build-Depends:' in packaging/ubuntu/debian/control.
> >
> > Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn at axis.com>
> > ---
> > INSTALL | 5 +++--
> > 1 file changed, 3 insertions(+), 2 deletions(-)
> >
> > diff --git a/INSTALL b/INSTALL
> > index 2c88a28..37d4ec6 100644
> > --- a/INSTALL
> > +++ b/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
>
> isn't that dependency listed in qt5-default? Thus it is not
> explicitly needed in Subsurface. (At least this is the case in all
> the packages that we build with Launchpad.)

Debian package qt5-default shows it as:

	Suggests: qt5-qmake, qtbase5-dev-tools

'Depends:' is:

	Depends: qtbase5-dev, qtchooser

'Recommends:' or/and 'Suggests:' are not compulsory.


Cheers,

-- 
Cristian


More information about the subsurface mailing list