<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif">It doesn't work.<br><br></div><div class="gmail_default" style="font-family:verdana,sans-serif">I have this layout:<br><br></div><div class="gmail_default" style="font-family:verdana,sans-serif">~/KDE/install where I set the CMAKE_INSTALL_PREFIX to. I run: `$ rm -rf * && cmake -DCMAKE_INSTALL_PREFIX=~/KDE/install ../../source/kdev-embedded && make && make install`<br><br></div><div class="gmail_default" style="font-family:verdana,sans-serif">after that I set the environment and execute:<br>```<br><pre class="gmail-remarkup-code">export QT_PLUGIN_PATH=$QT_PLUGIN_PATH:$HOME/KDE/install/lib/x86_64-linux-gnu/plugins
export XDG_DATA_DIRS=$XDG_DATA_DIRS:$HOME/KDE/install/lib/x86_64-linux-gnu/plugins
kdevelop</pre>```<br><br></div><div class="gmail_default" style="font-family:verdana,sans-serif">I don't think this is complete because: <br><ul><li>KDevelop does not load the plugin nor throw an error about it</li><li>There is also a ~/KDE/install/share dir that contains plugin related files. Directory to which I didn't point to from anywhere.</li></ul><p>What should I do?<br></p></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><font style="color:rgb(51,51,255)" size="2" face="verdana, sans-serif"><b>Ovidiu - Florin BOGDAN</b></font><div><font color="#3333ff" face="verdana, sans-serif"><font size="2"><a href="http://ovidiu.geekaliens.com" target="_blank">Geek<font color="#3333ff">A</font>liens.com</a></font><br></font></div><div><font color="#3333ff"><a href="http://kubuntu.org" target="_blank"><font face="verdana, sans-serif">Kubuntu România</font></a><br></font></div><div><div><a href="http://www.google.com/profiles/ovidiu.b13" target="_blank"></a><br></div></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote">2016-11-29 23:40 GMT+02:00 Sven Brauch <span dir="ltr"><<a href="mailto:mail@svenbrauch.de" target="_blank">mail@svenbrauch.de</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<span class=""><br>
On 11/29/2016 09:07 PM, Ovidiu-Florin BOGDAN wrote:<br>
> How would one load plugins in Kdevelop?<br>
</span>Just install them anywhere and set QT_PLUGIN_PATH appropriately. The<br>
simplest way is to install into the same prefix like KDevelop, but you<br>
can also install to e.g. ~/install-kdev-plugins, and export<br>
QT_PLUGIN_PATH=$QT_PLUGIN_<wbr>PATH:$HOME/install-kdev-<wbr>plugins/lib/plugins<br>
(if I'm not mistaken). You might need to set $XDG_DATA_DIRS like that as<br>
well.<br>
<br>
Greetings,<br>
Sven<br>
<br>
</blockquote></div><br></div>