On Wed, Mar 6, 2013 at 3:32 AM, Eric Mesa <span dir="ltr"><<a href="mailto:ericsbinaryworld@gmail.com" target="_blank">ericsbinaryworld@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr"><div><div>So far in my QML/QT Quick programs instead of doing an import like this:<br><br></div>import  org.kde.plasma.extras as PlasmaExtras<br><br>I have to do something like this: <br><br> import "/usr/lib64/kde4/imports/org/kde/plasma/extras" as PlasmaExtras<br>


<br></div>so far that's been OK, but now I'm starting to use create more complex programs and some of those imports have their own imports.  So I need to get this fixed.  What do I need to do in order to get this to work correctly?<br>


<br>Thank you very much,<br><div><div><br clear="all"><div><div>--<br>Eric Mesa<div><a href="http://about.me/ericmesa" target="_blank">http://about.me/ericmesa</a><br><a href="https://www.vizify.com/ericmesa" target="_blank">https://www.vizify.com/ericmesa</a><br>


<a href="http://www.ericsbinaryworld.com" target="_blank">http://www.ericsbinaryworld.com</a></div></div>
</div></div></div></div>
<br>_______________________________________________<br>
Plasma-devel mailing list<br>
<a href="mailto:Plasma-devel@kde.org">Plasma-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/plasma-devel" target="_blank">https://mail.kde.org/mailman/listinfo/plasma-devel</a><br>
<br></blockquote></div><br><div>You are using the qmlviewer, no?</div><div>For those simple cases I made kde:scratch/apol/kdeqmlviewer that will set up the needed things.</div><div><br></div><div>If you want to make something distributable though, you'll probably want to make actual plasmoids (or whatever that is that you want to do :)).</div>

<div><br></div><div>Cheers!</div><div>Aleix</div>