On 26 November, 2014 - Steve Butler wrote: > > On 11/26/2014 10:42 AM, Thiago Macieira wrote: > >On Tuesday 25 November 2014 20:47:07 Steve Butler wrote: > >>On 11/25/2014 08:08 PM, Steve Butler wrote: > >>>I'm obviously missing something. But it is too obvious for me. > >>duh. Really so obvious that only curiosity found it. > >>It's even on the build instructions. qmake-qt4 instead of qmake! > >> > >>I thought if qmake worked then qmake-qt4 wouldn't. My bad. > >Please report that to your Linux distribution, if that qmake comes from an > >installed package. > > > >The Qt Project recommendation is that "qmake" should by default be the Qt 4 > >qmake if both 4 and 5 are installed. > > > >Access to the Qt 5 version of qmake is achieved by running "qmake -qt5" (note > >the space). > > It may be that I messed it up when I installed qtCreator via the Software > Center. Is there another Ubuntu 14.10 user that can verify? > > Or if an admin type can walk me through the commands to dump what was > installed from where....
$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14.10 Release: 14.10 Codename: utopic $ dpkg -S /usr/bin/qmake* qtchooser: /usr/bin/qmake qt4-qmake: /usr/bin/qmake-qt4 $ ls -l /usr/bin/qmake* lrwxrwxrwx 1 root root 9 Oct 6 16:19 /usr/bin/qmake -> qtchooser* lrwxrwxrwx 1 root root 37 Aug 5 19:45 /usr/bin/qmake-qt4 -> ../lib/x86_64-linux-gnu/qt4/bin/qmake* $ qmake -version QMake version 3.0 Using Qt version 5.3.0 in /usr/lib/x86_64-linux-gnu $ qmake -qt4 -version QMake version 2.01a Using Qt version 4.8.6 in /usr/lib/x86_64-linux-gnu $ qmake-qt4 -version QMake version 2.01a Using Qt version 4.8.6 in /usr/lib/x86_64-linux-gnu And a quick look in Debian, is telling me that it comes from there layout of their qt-packages: https://packages.debian.org/sid/amd64/qt4-qmake/filelist //Anton -- Anton Lundin +46702-161604 _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
