Open ghost opened 10 years ago
Distributor ID: Ubuntu Description: Ubuntu 14.04 LTS Release: 14.04 Codename: trusty 3.13.0-29-generic
The installer looks for /usr/lib/x86_64-linux-gnu/qt5/bin/qmake-qt5, but cannot find it. Installing qt5-default does not solve this issue.
Symbolically linking to what was actually installed solves it, but it is an extra manual step:
sudo ln -s /usr/lib/x86_64-linux-gnu/qt5/bin/qmake /usr/bin/qmake-qt5
The installer looks for /usr/lib/x86_64-linux-gnu/qt5/bin/qmake-qt5, but cannot find it. Installing qt5-default does not solve this issue.
Symbolically linking to what was actually installed solves it, but it is an extra manual step:
sudo ln -s /usr/lib/x86_64-linux-gnu/qt5/bin/qmake /usr/bin/qmake-qt5