On 3 October 2013 11:28, Chris Walker cdw_alug@the-walker-household.co.uk wrote:
I'm using an IDE called Qt Creator but looking at the C++ stuff in it,
What's 'it' in this context?
it says that it can't find much of the inbuilt libraries. If I run
What's 'it' in this context?
Are you trying to get Qt Creator to detect where your Qt libraries are so it knows how to build your project? In Qt Creator, Tools -> Options -> Build & Run.
Check what Auto-detected contains. On my system this is empty.. Odd. I have a manual entry, I believe you just browse to the the directory where qmake is installed and select qmake (may have to remove file filter and select the file in the dialog). Seems it somehow pulls out all relevant QT_* environment variables.
'echo$PATH', it's empty. But I've modified the ~/.bash_profile to look
In a terminal, type:
which qmake
if it returns qmake, your path is probably correct.
Regards, Srdjan