Hi,
on OL 6.9
I have :
bash: /usr/lib/x86_64-linux-gnu/qt5/bin/qmake: No such file or directory
Then I tried:
[root@rac1 runtime]# yum install qt5-qmake
Loaded plugins: refresh-packagekit, security, ulninfo
Setting up Install Process
No package qt5-qmake available.
Error: Nothing to do
[root@rac1 runtime]# yum list qt5* | more
Loaded plugins: refresh-packagekit, security, ulninfo
Available Packages
qt5-assistant.x86_64 5.6.1-2.el6 epel
qt5-designer.i686 5.6.1-2.el6 epel
......................................................................................
...............................................................................
How can I install qt5-qmake ?
Thanks.