<div dir="ltr"><br><div class="gmail_extra"><br clear="all"><br><br><div class="gmail_quote">On Wed, Mar 6, 2013 at 9:14 AM, Sebastian Kügler <span dir="ltr"><<a href="mailto:sebas@kde.org" target="_blank">sebas@kde.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="im">On Tuesday, March 05, 2013 21:32:43 Eric Mesa wrote:<br>
> So far in my QML/QT Quick programs instead of doing an import like this:<br>
><br>
> 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>That's making sure your code runs on exactly one machine. Yours. :)<br>
<div class="im"><br>
> so far that's been OK, but now I'm starting to use create more complex<br>
> programs and some of those imports have their own imports.  So I need to<br>
> get this fixed.  What do I need to do in order to get this to work<br>
> correctly?<br>
<br>
</div>Tell the include path:<br>
<br>
qmlviewer -I `kde4-config --prefix`/lib64/kde4/imports<br>
<br>
or export the right value in QML_IMPORT_PATH<br>
<br>
Cheers,<br>
<span class=""><font color="#888888">--<br>
sebas<br>
<br></font></span></blockquote><div><br></div><div>Thank you - setting the env variable worked perfectly.  I set it in my .bash_profile.  Since I'm the only use on this computer that should be fine, right?<br></div><div>
 </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class=""><font color="#888888"></font></span>--<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></blockquote></div></div>
</div>