|
Boost-Build : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-05-18 11:30:03
On Thursday 18 May 2006 19:25, Kevin Wheatley wrote:
> Hi,
>
> has there been any changes recently that effect qt4 ?
>
> I normally have:
>
> using qt4 ;
>
> in my files but this generates:
>
> *** argument error
> * rule qt4.init ( prefix )
> * called with: ( : : : : : : : )
> * missing argument prefix
The qt4 module no longer looks at QTDIR environment variable, since it's not
longer used in Qt4.
You can get the old behaviour by using:
import os ;
using qt : [ os.environment QTDIR ] ;
>
> If I then change the using line to include the correct path I get
> errors related to not being able to find the target /qt4//QtGui
Use '/qt//QtGui' instead.
- Volodya
-- Vladimir Prus http://vladimir_prus.blogspot.com Boost.Build V2: http://boost.org/boost-build2
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