Opened 11 years ago
Last modified 11 years ago
#5532 new Bugs
qt4 MOCCABLE_H 's target type is wrong
Reported by: | 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 ;
Note:
See TracTickets
for help on using tickets.