I'd like to install the qt4 source files in my development area like

/dev_area
   /project_1
   /boost/…
   /qt/…

Is there a set of Jamfile's that need to be put in the qt tree so that my app can reference /qt//QtCore etc?  This all works just great if I use the system installed QT4 and qmake to build things, but I have to cross-compile now and would like to have it all self-contained for multiple targets.

Thanks,

Brian