$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] building qt4 project
From: å×ÇÅÎÉÊ ûÕÂÉÎ (shubin_evgeniy_at_[hidden])
Date: 2010-08-30 09:46:32
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?