Comment 3 for bug 1601923

Revision history for this message
Hans L (thehans) wrote :

Steps to reproduce:

1) Start with freshly installed, and updated Ubuntu Desktop 16.04.3 LTS 64bit
2) Open terminal and Run "qmake"
  Result: qmake: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such file or directory
  Expected result: The program 'qmake' is currently not installed. You can install it by typing: ...

3) Run "sudo apt install qt5-qmake"
4) Run "qmake"
  Result: qmake: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such file or directory
  Expected result: It finds the qt5-qmake that I just installed