On Wednesday 27 July 2011, Oswald Buddenhagen wrote: > On Tue, Jul 26, 2011 at 10:29:13PM +0200, ext Alexander Neundorf wrote: > > On Tuesday 26 July 2011, Coda Highland wrote: > > > That's what I was thinking too; I mean, we don't ACTUALLY support > > > cmake projects > > > > Yes, that's how it is supposed to be, at least from the cmake POV. CMake > > generates projects for the IDEs. The IDEs should not have to care whether > > the project file has been written by cmake or by themselves or in any > > other way. > > this is a completely absurd postulation - it inherently goes against the > I in IDE.
It's actually a nice thing if you don't have to know how to set up a project in some IDE, but you can simply run cmake and load the project it created in the IDE. E.g. this way it was much easier for me to get along with VisualStudio. I didn't have to know which dialogs or buttons I have to click, I simply had my cmake file, and could open the resulting project in VisualStudio. And it was exactly the same for me with XCode. I can simply use them without having to care how I set up projects with them in detail. Alex _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
