Opened 11 years ago

Last modified 11 years ago

#5532 new Bugs

qt4 MOCCABLE_H 's target type is wrong

Reported by: manjian2006@… Owned by: Vladimir Prus
Milestone: To Be Determined Component: build
Version: Boost 1.46.1 Severity: Problem
Keywords: qt4 Cc:

Description

At qt4.jam:224 , which reads

generators.register [ new moc-inc-generator

qt4.moc.inc : MOCCABLE_H : OBJ : <allow>qt4 ] ;

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 ;

Change History (1)

comment:1 by Steven Watanabe, 11 years ago

Component: Nonebuild
Owner: set to Vladimir Prus
Note: See TracTickets for help on using tickets.