$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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