Re: [CMake] CMake/Ninja support in Qt Creator

2012-10-05 Thread Loaden
> > The essential patches are now in the official 2.6 branch > great! And I've back ported a CMake code completion patch to my 2.6-ninja branch. > It only doesn't work with Qt5. But it works well with Qt4. both in Windows and Linux. It's maybe Qt5's bug. But I can't figure out what's the wrong. 2

Re: [CMake] CMake/Ninja support in Qt Creator

2012-10-05 Thread Peter Kümmel
On 25.09.2012 23:17, Marcus D. Hanwell wrote: I have tested it with VTK, and will likely look at some of the other projects I am working on soon. So far so good - thanks for pushing this forward. How much of this will make it into Qt Creator 2.6? The essential patches are now in the official 2

Re: [CMake] CMake 2.8.10-rc1 ready for testing!

2012-10-05 Thread Rolf Eike Beer
Am 2012-10-05 10:54, schrieb Stephen Kelly: Rolf Eike Beer wrote: $ = The value of the property prop on the target on which the generator expression is evaluated. Then tell me on which target an include_directories is evaluated on ;) Each of them: add_executable(foo ${foo_SRCS}) add_

Re: [CMake] CMake 2.8.10-rc1 ready for testing!

2012-10-05 Thread Stephen Kelly
Rolf Eike Beer wrote: >>$ = The value of the property prop on >> >>the target on which the generator expression is evaluated. > > Then tell me on which target an include_directories is evaluated on ;) Each of them: add_executable(foo ${foo_SRCS}) add_library(bar ${bar_SRCS}) include_direct