Online installer only lists old version in "Select Components"
-
You're welcome !
Since you have it working now, please mark the thread as solved using the "Topic Tools" button so that other forum users may know a solution has been found :)
-
@nitish_linked You forgot to call "make install". And later if you call qmake use absolute path to it to make sure you call qmake from that Qt.
wrote on 14 Oct 2017, 09:20 last edited by@jsulm hi, i followed the steps told by you, and this time I also executed the command make install . But, when i perform qmake -v , it is still showing qt version 5.5.
Is there a problem of absolute path of qt ?? -
By calling only
qmake
you are calling your distribution provided qmake, use the full path if you want to call a specific Qt version. -
@jsulm hi, i followed the steps told by you, and this time I also executed the command make install . But, when i perform qmake -v , it is still showing qt version 5.5.
Is there a problem of absolute path of qt ??@nitish_linked As @SGaist said use absolute path to your qmake. If you just call qmake the system looks in some predefined locations (like /usr/bin) and in directories PATH is showing to and finds qmake from your distribution.
21/24