[CMake] XCode generator bug?

Brad King brad.king at kitware.com
Fri May 13 12:04:18 EDT 2005


Karl Merkley wrote:
> I'm still playing around with the XCode generator to see if I can get to 
> work with my complex project.  I'm getting close but still having problems.
> 
> I have a set of directories with files
> 
> group/groupwebcutform.ui             geom/webcutform.ui
> 
> However, when I run the FindQt.cmake macro to process these files I am 
> missing one of the build steps for one of them.
> 
> all: \
>         /Users/kgmerk/projects/junk/webcut/groupwebcutform.cxx\
>         /Users/kgmerk/projects/junk/webcut/moc_groupwebcutform.cxx\
>         /Users/kgmerk/projects/junk/webcut/moc_webcutform.cxx\
>         /Users/kgmerk/projects/junk/webcut/groupwebcutform.h\
>         /Users/kgmerk/projects/junk/webcut/webcutform.h
> 
> There should also be a rule for
> 
> /Users/kgmerk/projects/junk/webcut/webcutform.cxx\
> 
> but it is missing.  If I change the name from webcutform.ui to junk.ui, 
> there is a rule generated for junk.cxx.

Does this work correctly when using a makefile generator?

-Brad


More information about the CMake mailing list