https://bugs.kde.org/show_bug.cgi?id=426462
--- Comment #5 from Francis Herne <m...@flherne.uk> --- Yes, reasonably so -- project provider plugins are quite simple and don't need much knowledge of the rest of the codebase. You can find a similar example in the GitHub provider (plugins/ghprovider in the source code) and of course the previous KDE project provider removed in the commit I linked. There's a tutorial on how to build KDevelop using kdesrc-build here: https://community.kde.org/index.php?title=KDevelop/HowToCompile_v5 Alternatively, you can install the various build dependencies (even the git version should be fine with the dep versions in most distros) and compile/install as any other CMake project. Do note that QT_PLUGIN_PATH must be set before running KDevelop if you install to /usr/local or some other non-standard path. Since I see you're using Manjaro, this is the PKGBUILD I use to build locally; you'd need to change _repo at least: http://www.flherne.uk/files/PKGBUILD If any other questions, ask in the #kdevelop IRC channel and wait a while if you don't get an answer immediately -- several devs are in it but not watching IRC all the time. -- You are receiving this mail because: You are watching all bug changes.