[KDev4] What is the status of project manager, builders, debuggers?
dukju ahn
dukjuahn at gmail.com
Wed Apr 25 07:51:13 UTC 2007
Let's just think about basic development cycle.
We create the project, setup cmake/automake buildsystems,
compiles it, and inside the debugger.
To my understanding, the basic interfaces seems to be defined but
actual implementation cannot be seen.
If I want to write C/C++ project, should I write some
" class CppProject: public KDevelop::Project "?
or KDevelop::Project is enough?
And is it right that CppProject has a pointer to CMakeProjectManager
or QMakexxx depending on user's choice?
Are the CMakeProjectManager or QMakeProjectManager useable for
basic operation now?
Please give me guideline where I should start first.
Or I want to know whether somebody is working on c++ project
stuff, so that we don't duplicate the efforts.
I want to program KDevelop4 using KDevelop4, not using KDev3.4
Thanks.
More information about the KDevelop-devel
mailing list