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

Saturday, February 18th 2006, 1:28am

kdevelop Q

am totally new to kdevelop and somehow to linux env.

I have moved some project files used to build it on windows
under Code::Blocks to a linux box. I have a library to build and a dumb console app.
I dag more than half hour to find how to generate a library template project and I could not find the spot.
Instead I found all kind of template projects at 'New Project' menu item but nothing for a lib or a simple console.

I skipped this and I picked whatever template seems to be much lighter
then I ran into another problem. I could not found a menu or an option
from where to add existent c++/hpp/c/h file to the project.

Thx.

Olex

Beginner

Posts: 2

Location: Ukrainian in Kentucky, US

Occupation: College Student

  • Send private message

2

Sunday, March 5th 2006, 9:29pm

RE: kdevelop Q

Quoted

Originally posted by octavian
...
I dag more than half hour to find how to generate a library template project and I could not find the spot.
...
There isn't a template for that, because initial choice for template is higher level than library/executable. Instead you are to choose language and library you want to use(though you can change that later).

However, after you do choose a project, you should use Automake Manager (right-side bar) to create targets (exec, lib, headers, etc.) which is what you want.

Quoted

Originally posted by octavian
...
I skipped this and I picked whatever template seems to be much lighter
then I ran into another problem. I could not found a menu or an option
from where to add existent c++/hpp/c/h file to the project.
...
Number of ways. I use C++ project, so I'll talk about that (you didn't mention which lang, you use X()
1. Project->New Class
2. New class icon in the toolbar
3. File->New (source, header, etc.)

Hope this helps. Check the kdevelop manual as well. I've been using KDevelop for couple of years now. Love it. :)