Bug 73772

Summary: imported C++ project is missing toolbars
Product: [Applications] kdevelop Reporter: Dietrich Foethke <foethke>
Component: Build tools: Custom MakefilesAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 3.0.0   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Dietrich Foethke 2004-01-29 18:39:07 UTC
Version:           3.0.0rc1 (using KDE KDE 3.1.3)
Compiler:          gcc 3.2.2 
OS:          Linux

I imported an already existing C++ project. The toolbars I get are different from the ones that I have when I start a new C++ (simple Hello-World) project.
In the imported project the menus and toolbars are quite different. Especially the run and compile buttons in the build-toolbar are missing which is quite annoying.
Could you please put them in?

Thanks,
Didi
Comment 1 Amilcar do Carmo Lucas 2004-01-29 19:00:09 UTC
Please read the chapter 12 of the user manual!

C++ (simple Hello-World) project -> Autotools
imported an already existing C++ project -> probably you selected custom makefiles

CustomMakefiles != Autotools

Therefore this is NOT a bug!
Comment 2 Dietrich Foethke 2004-01-29 19:31:53 UTC
Sure I selected custom Makefile, so what?
I don't regard this as a bug but as a wish :-).
I would make absolutely sense to have the Build, Build target, and Run buttons for a custom C++ project. The options exist in the menu anyway, so why don't have the buttons. It has nothing to do with the autotools.

By the way: Chapter 12 of the manual says: (... to be written )!
Comment 3 Amilcar do Carmo Lucas 2004-01-29 19:44:24 UTC
You have a very old manual.
Take a look at:
http://docs.kde.org/en/HEAD/kdevelop/kdevelop/project-management.html

:)
Comment 4 Andreas Pakulat 2008-06-29 17:48:59 UTC
*** Bug has been marked as fixed ***.