TuononenP / pkg-config-support-for-eclipse-cdt

Provides automation of configuration needed for projects using pkg-config, such as GTK+ and gtkmm. Very useful time-saving tool for all C, C++ programmers using Eclipse.
4 stars 2 forks source link

Library files not removed when unchecking all packages #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Check a package e.g.  gtk+-2.0 on the pkg-config property tab
2. Uncheck a package e.g.  gtk+-2.0 on the pkg-config property tab
3. See Tool Settings tab and select libraries.
4. Library files are not removed, instead they are duplicated.

Original issue reported on code.google.com by petri.tuononen@gmail.com on 25 Aug 2011 at 5:22

GoogleCodeExporter commented 9 years ago
This seems to be rather strange behaviour, because e.g. includes are handled 
similarly by external setting provider and it works fine with them.

Original comment by petri.tuononen@gmail.com on 25 Aug 2011 at 5:23