Is there Local user plugin location for KDevelop

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.

Hi,

I have a complete install tree in ~, and point various $ENVs to there.
I screenshotted my kdevelop launch config, which I use to launch/build KDevelop itself. Granted that’s the whole product being launched, and not adding a path to the envs, rather completely replacing them. Without setting QT_PLUGIN_PATH it tries to load the system plugins.