Question

I'm getting undefined reference to KDevelop::IPlugins. I know this means i'm missing the libary but I'm not sure which library this is. Where would I find this .so that I am missing?

Was it helpful?

Solution

KDevelop::IPlugin is defined in libkdevplatforminterfaces.so ("kdevplatforminterfaces" to cmake).

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