I have installed Qt 5.6 from the official website via a *.run file. The installation directory is in my home folder. When I run
qmake --version
I get the following message:
qmake: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such file or directory
I think the problem is that the operating system does not look for the qmake in the correct directory (I have Qt installed in my home folder).
How can I tell the operating system to search for Qt in my home folder?
.run
file? That is not the recommended way to install software on Linux. Why didn't you useapt-get
? – You'reAGitForNotUsingGit Jul 21 '17 at 14:17