Re: [cmake-developers] _automoc targets in VS2010 projects

2012-06-20 Thread David Cole
On Wed, Jun 20, 2012 at 4:58 PM, Thomas Sondergaard wrote: > On 2012-06-20 18:49, Alexander Neundorf wrote: > >> On Wednesday 20 June 2012, Thomas Sondergaard wrote: >> > We tried putting the generated _automoc targets in VS2010 >> > folders manually like shown below, but it doesn't work. >> >>

Re: [cmake-developers] _automoc targets in VS2010 projects

2012-06-20 Thread Thomas Sondergaard
On 2012-06-20 18:49, Alexander Neundorf wrote: On Wednesday 20 June 2012, Thomas Sondergaard wrote: > We tried putting the generated _automoc targets in VS2010 > folders manually like shown below, but it doesn't work. I don't have any Windows around. But if you can come up with a way how to d

Re: [cmake-developers] _automoc targets in VS2010 projects

2012-06-20 Thread Alexander Neundorf
On Wednesday 20 June 2012, Thomas Sondergaard wrote: > Is it possible to hide the _automoc targets when using the > VS2010 generator? If it is not possible, it would be very useful if they > could be put in a folder, ie > > set_property(GLOBAL PROPERTY USE_FOLDERS ON) > set_property(GLOBAL PROPERT

[cmake-developers] _automoc targets in VS2010 projects

2012-06-20 Thread Thomas Sondergaard
Is it possible to hide the _automoc targets when using the VS2010 generator? If it is not possible, it would be very useful if they could be put in a folder, ie set_property(GLOBAL PROPERTY USE_FOLDERS ON) set_property(GLOBAL PROPERTY AUTOMOC_FOLDER automoc) We tried putting the generated _aut