Bug 168433

Summary: Project files are not listed in "File Groups" section when project file is generated through "cmake -GKDevelop3"
Product: [Applications] kdevelop Reporter: Yogesh Marwaha <yogeshm.007>
Component: generalAssignee: kdevelop-bugs-null
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version: 3.5.2   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Yogesh Marwaha 2008-08-05 18:00:36 UTC
Version:           3.5.2 (using 3.5.9 "release 49.1" , openSUSE 11.0)
Compiler:          Target: i586-suse-linux
OS:                Linux (i686) release 2.6.25.11-0.1-pae

I generate kdevelop project files via cmake 2.6.1 kdevelop3 generator. When I open the project, no file of my project is shown in "File Groups" section or "Classes" section. So no easy way to browse project files. Also "compile before execute" does not work.

At first when the project file is generated "Gravity.kdevelop.filelist" contains all the files in my project, but when the project is opened and closed once, then that file is reduced to: -
------
# KDevelop Custom Project File List
CMakeLists.txt
------
Comment 1 Andreas Pakulat 2008-08-05 20:12:33 UTC
Then I suggest to file a bugreport with cmake. Kdevelop has nothing to do with that generator and if you'd use the import project feature in KDevelop it would work as expected.
Comment 2 Yogesh Marwaha 2008-08-06 07:56:27 UTC
Ok, I'll contact cmake.
The only reason I thought of reporting this issue here was:
---------------
At first when the project file is generated
"Gravity.kdevelop.filelist" contains all the files in my project, but
when the project is opened and closed once, then that file is reduced
to: -
------
# KDevelop Custom Project File List
CMakeLists.txt
------
----------------
Thanks

Yogesh M