Boost C++ Libraries: Ticket #5532: qt4 MOCCABLE_H 's target type is wrong https://svn.boost.org/trac10/ticket/5532 <p> At qt4.jam:224 , which reads </p> <blockquote> <p> generators.register [ new moc-inc-generator </p> <blockquote> <p> qt4.moc.inc : MOCCABLE_H : OBJ : &lt;allow&gt;qt4 ] ; </p> </blockquote> </blockquote> <p> has a wrong target type OBJ.It should be CPP. When I use moccable_h like this the compiler will ignore the generated cpp source: exe my-project : [ cast _ moccable-h : xxx.h ] main.cpp ; </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5532 Trac 1.4.3 Steven Watanabe Sun, 16 Oct 2011 18:29:10 GMT component changed; owner set https://svn.boost.org/trac10/ticket/5532#comment:1 https://svn.boost.org/trac10/ticket/5532#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Vladimir Prus</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">build</span> </li> </ul> Ticket