On Tue, Jul 07, 2015 at 11:48:08AM +0100, Miika Turkia wrote: > Qt Bluetooth support requires the added packages on Debian/Ubuntu > (tested on Ubuntu 15.04) > > Signed-off-by: Miika Turkia <[email protected]> > --- > INSTALL | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/INSTALL b/INSTALL > index 32af14f..b784f89 100644 > --- a/INSTALL > +++ b/INSTALL > @@ -73,7 +73,8 @@ sudo apt-get install git g++ make autoconf libtool cmake > pkg-config \ > libusb-1.0-0-dev libgit2-dev \ > qt5-default qt5-qmake qtchooser qttools5-dev-tools libqt5svg5-dev \ > libqt5webkit5-dev libqt5qml5 libqt5quick5 libqt5declarative5 \ > - qtscript5-dev libssh2-1-dev libcurl4-openssl-dev qttools5-dev > + qtscript5-dev libssh2-1-dev libcurl4-openssl-dev qttools5-dev \ > + libqt5bluetooth5 qtconnectivity5-dev
So since qtconnectivity5-dev depends on libqt5bluetooth5 I decided not to use your patch and instead did my own that tried to add minimal required packages... /D _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
