Thanks Tobias:
Yes, I do understand that the nonexistent / missing files / paths etc. need to be fixed.
Perhaps you, or anyone could take a look at a issue I'm having in trying to solve that at
http://developer.qt.nokia.com/forums/viewthread/6155/
Also, guess I don't understand what is needed for qmake to work?
I did not mention previously, but, I can build / compile / on the host environment, and run on the OMAP-L138 target some of the qt examples with the current installed environment using the command line i.e.
cd <directory where the application source is>
qmake -project
qmake
make
Not sure how that works (me qt nubee) when paths to qmake are incorrect and or non existent as shown above in the ./qmake -query above ?
Maybe you or ? could enlighten me on how that is working?
Thanks again!