You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Friday, August 26th 2005, 11:47am

Problem creating a new C++ class in Kdevelop3 under a subdirectory

Hello, everybody.

I'm using kdevelop3, version 3.2.0-8.
I imported a C++ directory structure with custom makefiles, and it worked. I can build the application, and so on.

Now I'm trying to add a new C++ class. As my project uses a directory structure, my new class file goes under a subdirectory of the project directory structure.

I use the wizard to create a new C++ class, and it creates the class always under the root directory, not under the directory I am positioned in the project directory explorer.

What am I doing wrong?

How can I tell kdevelop3 that I want my class under a subdirectory?

Thank you for your help.

José Manuel