[cmake-developers] Review request: qt4-macros-TARGET-arg

2013-06-03 Thread Stephen Kelly
Hi, I've pushed a qt4-macros-TARGET-arg branch to next. It refactors the Qt 4 moc related macros to process a TARGET argument. The target is used as the source of include directories, which are then passed to moc as -I arguments. Previously, those macros read the INCLUDE_DIRECTORIES directory

Re: [cmake-developers] Review request: qt4-macros-TARGET-arg

2013-06-03 Thread Clinton Stimpson
On Monday, June 03, 2013 10:09:41 AM Stephen Kelly wrote: Hi, I've pushed a qt4-macros-TARGET-arg branch to next. It refactors the Qt 4 moc related macros to process a TARGET argument. The target is used as the source of include directories, which are then passed to moc as -I arguments.