Boost logo

Boost-Build :

Subject: Re: [Boost-build] building qt4 project
From: Vladimir Prus (ghost_at_[hidden])
Date: 2010-08-30 10:26:34


On Monday 30 August 2010 17:46:32 Евгений Шубин wrote:

> When I try to build qt application, which depends on QtCore, QtNetwork, ..., it works fine.
> But when I try to use QtWebKit module, it can not be found :
>
> error: Unable to find file or target named
> error: '/qt//QtWebKit'
>
> Here is my Jamfile:
>
> using qt4 : /usr/share/qt4 ;
>
> exe jsrenderer : ConnectionHandler.cpp jsrenderer.cpp Server.cpp /qt//QtCore /qt//QtGui /qt//QtNetwork
> /qt//QtWebKit
> ;
>
> How can I make boost.build recognize QtWebKit module?

It seems like you're using an old version of Boost.Build.
I suggest you try using the nightly built version, at http://boost.org/boost-build2

- Volodya


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