$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] [boost-build] QT4 build from source question
From: Schrom, Brian T (brian.schrom_at_[hidden])
Date: 2009-11-18 17:03:26
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