qmake points to the wrong path
-
Hi,
so I'm following the wiki instructions from here to natively install qt5 on my RPi. Now I'm at the last step, but when I check to see to what point qmake points, it shows "/usr/bin/qmake". Can anybody help me out on this? I'm kind of a beginner in terms of linux.Thanks in advance.
-
Hi,
/usr/bin/qmake is the one from Qt 4 that is installed by default on your distribution.
You need to use the full path to your self-built Qt 5 qmake.
-
Like a wrote: use the full path to your Qt 5 qmake i.e.
/path/to/Qt5/bin/qmake -
Check the version available on the Pi, if old, then you can build Qt Creator from sources yourself