$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] [boost-build] [boost] qt4.jam on fedora
From: Ghodechhap (ghodechhap_at_[hidden])
Date: 2011-02-17 11:41:15
On Thursday 17 February 2011 02:17:59 crox wrote:
> Hello!
>
> On Fedora qmake, moc and uic have unusual names with -qt4 suffix appended
> (qmake-qt4, moc-qt4, uic-qt4). Can qt4.jam from boost-build tools be used
> in such environments? If yes, then how? If not, then how to fix this,
> without breaking support for "normal" systems?
you can symlink them in an empty directory without qt4 suffix and configure
qt4 to use that path. That should work.
HTH
-- Regards Shridhar