First time user of KDevelop and Qt on Ubuntu Gnome. Total noob to all 3, but experienced cross developer.

Installed Qt 4.4.1 with "-prefix-install" configure option. Installed KDevelop with apt-get from deb http://ftp5.gwdg.de/pub/opensuse/rep.../xUbuntu_8.04/.

Trying to build the "hello Qt" demo project, get this in the messages window:
cd '/home/tommy/tryQt' && LC_MESSAGES="C" LC_CTYPE="C" /usr/local/Trolltech/Qt-4.4.1/bin/ tryqt.pro
/bin/sh: /usr/local/Trolltech/Qt-4.4.1/bin/: Permission denied
*** Exited with status: 126 ***

I do not have write access to the named dir, but I don't see why I should need it. I have no clue how to find the offending shell script so I'd appreciate an explanation.

Thanks, Tom