Re: CMake dependency scanning for .moc files

2008-04-17 Thread David Faure
On Thursday 17 April 2008, Matthias Kretz wrote: > On Wednesday 16 April 2008, Alexander Neundorf wrote: > > On Wednesday 16 April 2008, Matthias Kretz wrote: > > > On Wednesday 16 April 2008, Alexander Neundorf wrote: > > > > On Wednesday 16 April 2008, Andreas Pakulat wrote: > > > > > On 15.04.08

Re: CMake dependency scanning for .moc files

2008-04-17 Thread Matthias Kretz
On Thursday 17 April 2008, Matthias Kretz wrote: > run kde4automoc unconditionally for all targets With a patch to kde4automoc.cpp it's not too bad. Please try the attached patch. And if you think this is the way to go then let me know how to unconditionally run automoc without that touch hack.

Re: CMake dependency scanning for .moc files

2008-04-17 Thread Matthias Kretz
On Wednesday 16 April 2008, Alexander Neundorf wrote: > On Wednesday 16 April 2008, Matthias Kretz wrote: > > On Wednesday 16 April 2008, Alexander Neundorf wrote: > > > On Wednesday 16 April 2008, Andreas Pakulat wrote: > > > > On 15.04.08 19:19:45, Alexander Neundorf wrote: > > > > > On Monday 14

Re: CMake dependency scanning for .moc files

2008-04-16 Thread Alexander Neundorf
On Wednesday 16 April 2008, Matthias Kretz wrote: > On Wednesday 16 April 2008, Alexander Neundorf wrote: > > On Wednesday 16 April 2008, Andreas Pakulat wrote: > > > On 15.04.08 19:19:45, Alexander Neundorf wrote: > > > > On Monday 14 April 2008, Andreas Pakulat wrote: > > > > > Hi, > > > > > > >

Re: CMake dependency scanning for .moc files

2008-04-16 Thread Matthias Kretz
On Wednesday 16 April 2008, Alexander Neundorf wrote: > On Wednesday 16 April 2008, Andreas Pakulat wrote: > > On 15.04.08 19:19:45, Alexander Neundorf wrote: > > > On Monday 14 April 2008, Andreas Pakulat wrote: > > > > Hi, > > > > > > > > so today I found that there are actually problems with cma

Re: CMake dependency scanning for .moc files

2008-04-16 Thread Alexander Neundorf
On Wednesday 16 April 2008, Andreas Pakulat wrote: > On 15.04.08 19:19:45, Alexander Neundorf wrote: > > On Monday 14 April 2008, Andreas Pakulat wrote: > > > Hi, > > > > > > so today I found that there are actually problems with cmake 2.6 and > > > dependency scanning. > > > > > > a) after changin

Re: CMake dependency scanning for .moc files

2008-04-16 Thread Andreas Pakulat
On 15.04.08 19:19:45, Alexander Neundorf wrote: > On Monday 14 April 2008, Andreas Pakulat wrote: > > Hi, > > > > so today I found that there are actually problems with cmake 2.6 and > > dependency scanning. > > > > a) after changing an installed header the .moc files for headers that > > include t

Re: CMake dependency scanning for .moc files

2008-04-15 Thread Alexander Neundorf
On Monday 14 April 2008, Andreas Pakulat wrote: > Hi, > > so today I found that there are actually problems with cmake 2.6 and > dependency scanning. > > a) after changing an installed header the .moc files for headers that > include the updated header are not re-generated which might cause > probl

CMake dependency scanning for .moc files

2008-04-14 Thread Andreas Pakulat
Hi, so today I found that there are actually problems with cmake 2.6 and dependency scanning. a) after changing an installed header the .moc files for headers that include the updated header are not re-generated which might cause problems when you do ABI changes (like removing a method) on the in