os: centos 7; kdevelop 4.7.1;
I downloaded the source from https://github.com/KDE/kdev-control-flow-graph. It is a code visualization plugin for kdevelop 4: https://liveblue.wordpress.com/2009/06/17/visualize-your-code-in-kdevelop/.
After I built it with the following commands: "cmake .; make; make install; kbuildsycoca4;" , it doesn't show up in "loaded plugins".
echo $KDEIDRS /usr I also tried "cmake . -DCMAKE_INSTALL_PREFIX=/usr", but the result is the same. Any help would be greatly appreciated.