[CMake] [PATCH] kdevelop3 generator, 2nd version
Alexander Neundorf
a.neundorf-work at gmx.net
Tue Oct 12 03:20:36 EDT 2004
> I am about to commit your patch. I made a few style changes which
> held things up a bit.
>
> - Methods on classes must start with a capital: FooBar
> - All if, for statements must have {}
> so, no if(x) y();, only if(x) {y();}
> - All Methods must be called with this->FooBar()
Ok.
> I have one more question. Is there a different format of project
> for kdevelop that can actually build the code and do out of source
> projects with full paths?
> What is the native build type for kdevelp projects?
Well, kdevelop always builds using Makefiles (AFAIK). There are different
ways how to get to the Makefiles and to the project files. The default is a
"create
autotools based project". If you choose this, an autotools based project is
created
(by unpacking a template project). Additionally you have some dialogs for
adding
link libs and stuff. KDevelop also support qmake based and "custom Makefile
based" projects. The last one is the one used for the cmake generator.
Maybe I'll try to add a cmake-based project template to kdevelop.
Bye
Alex
--
GMX ProMail mit bestem Virenschutz http://www.gmx.net/de/go/mail
+++ Empfehlung der Redaktion +++ Internet Professionell 10/04 +++
More information about the CMake
mailing list