Boost logo

Boost-Build :

From: Bojan Resnik (resnikb_at_[hidden])
Date: 2006-05-25 05:04:17


> > For
> > example, Qt support declares a lib target, which causes the main
> > target to link with the appropriate static libraries, but does not
> > provide enough information for 'install ' to copy Qt DLL's when
> > needed.
>
> The thing is that Qt defines targets as:
>
> lib qt : : <name>qt-mt ....... ;
>
> which add -lqt-mt to the linker command line, but this does not specify where
> the library is actually located. So, Boost.Build does not know what file to
> copy.
>
> - Volodya

  I understand this, but is there a way to specify the dll path as
well, so that 'install' can find it?

-- 
Bojan Resnik

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk