Re: Other pb with cmake

2006-03-17 Thread Alexander Neundorf
On Friday 17 March 2006 18:17, Laurent Montel wrote: On Friday 17 March 2006 17:28, Alexander Neundorf wrote: ... In order for the preprocessor to find build/lib/board.moc, build/lib/ would have to be added to the include path, just as build/ is part of the include path. This would mean

Re: Other pb with cmake

2006-03-16 Thread Alexander Neundorf
On Thursday 16 March 2006 18:59, you wrote: Laurent Montel wrote: Hi, I use snapshot from yesterday and I have this error: kdegames: kdegames/CMakeLists.txt : set(libksirtetbase_SRCS ${CMAKE_SOURCE_DIR}/libksirtet/base/kzoommainwindow.cpp

Re: Other pb with cmake

2006-03-16 Thread David Faure
On Thursday 16 March 2006 19:08, Alexander Neundorf wrote: -create the moc files in the subdirs where the object file will be located  This directory is currently not part of the include path, so it probably wouldn't be found Right, that's what I did and then reverted because of the include

Re: Other pb with cmake

2006-03-16 Thread Brad King
David Faure wrote: On Thursday 16 March 2006 19:08, Alexander Neundorf wrote: -create the moc files in the subdirs where the object file will be located This directory is currently not part of the include path, so it probably wouldn't be found Right, that's what I did and then reverted