Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-08-01 09:10:49


On Saturday 30 July 2005 20:00, Alo Sarv wrote:
> Vladimir Prus wrote:
> > As I've said before, I'd like to roll Milestone 11 of Boost.Build V2
> > in early August.
> >
> > There's a couple of pending things:
> >
> > - msvc patches from Andrey (waiting for him to send a diff against CVS)
> > - Qt4 support from Alo (will examine on Monday)
> >
> > If anybody knows of some other thing that must be addressed for M11 --
> > like toolsets not working, or regressions with respect to M10 -- please
> > let me know.
> >
> > - Volodya
>
> Attaching updated Qt4 toolset file - some improvements/fixes have been
> done since the last submission:
>
> * Dropped "4" suffix from library target names
> * Added support for rcc (generates .cpp files from .qrc files)
> * Changed copyright header as suggested by David Abrahams
> * Dropped -L flag from uic (doesn't seem to be supported anymore)
> * MSVC / Qt Commercial Edition support
> * Dropped uic-cpp generator, since the new uic no longer generates
> interface/implementation separately; instead, now only header file
> is generated.
> * Added some documentation
>
> Tested on Win2003 (msvc and gcc) and Linux (x86)

Thanks! I've committed the file to CVS.

> Open issues:
>
> The newly-generated interface headers are also passed to moc, however
> they no longer include any moccable code,

I was away too long ;-) Do you mean the header defines some classes, but that
class does not have "Q_OBJECT" macro? And how signals and slots work then?
Could it be the Q_OBJECT is added only if you specify some signals/slots in
QDesigner?

Thanks,
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