Question

I have a project that usues autotools and I also need coverage reports by gcov, which generates files in the same folders where the sources are.

My problem is that my "Projects" toolbar shows all .gcno files and all make targets (which would be about 30 per folder).

Is there any way to configure kdevelop not to show all make targets and not to show files with certain extensions (e.g. .gcno files)?

Was it helpful?

Solution

KDevelop 4.6 has a feature that allows exactly that: http://milianw.de/blog/kdevelop-project-filters

You can add *.gcno as project filter and those files won't show up on the Project View.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top