Bug 168433 - Project files are not listed in "File Groups" section when project file is generated through "cmake -GKDevelop3"
Summary: Project files are not listed in "File Groups" section when project file is ge...
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 3.5.2
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-05 18:00 UTC by Yogesh Marwaha
Modified: 2008-08-06 07:56 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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