As I am testing my KDevelop plugin more and more, using sudo to install it every time is annoying. To avoid using sudo, I tried installing it in
- ~/.local/share/kdevelop/
- ~/.local/share/kdevelop/plugins/
- QT_PLUGIN_PATH
- -DCMAKE_INSTALL_PREFIX=~/myAwesomeKDevPlugin
But KDevelop is not picking it up from any of these locations.
Is there another way to have KDevelop use my home folder for loading plugins?
My Kdevelop is installed from Manjaro distro repo using pacman. So it’s a system wide installation.
