I'm trying to set up QtCreator with Scratchbox. For the most I have no problems compiling, getting QMake to work and what not. The only problem is, since my distro is Gentoo Linux. They install Qt4 to /usr/include/qt4. But on Maemo5 it is in /usr/include afaik. Do to that, QtCreator doesn't pick up the headers of Qt. It says it's missing, but I can compile examples perfectly and run them.

How can I get QtCreator to find those headers?