On Wednesday, March 06, 2013 11:25:19 Eric Mesa wrote:
> > 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?
>
> T
On Wed, Mar 6, 2013 at 9:14 AM, Sebastian Kügler wrote:
> On Tuesday, March 05, 2013 21:32:43 Eric Mesa wrote:
> > So far in my QML/QT Quick programs instead of doing an import like this:
> >
> > import org.kde.plasma.extras as PlasmaExtras
> >
> > I have to do something like this:
> >
> > impo
On Tuesday, March 05, 2013 21:32:43 Eric Mesa wrote:
> So far in my QML/QT Quick programs instead of doing an import like this:
>
> import org.kde.plasma.extras as PlasmaExtras
>
> I have to do something like this:
>
> import "/usr/lib64/kde4/imports/org/kde/plasma/extras" as PlasmaExtras
Tha
On Wednesday 06 March 2013, Eric Mesa wrote:
> So far in my QML/QT Quick programs instead of doing an import like this:
>
> import org.kde.plasma.extras as PlasmaExtras
>
> I have to do something like this:
>
> import "/usr/lib64/kde4/imports/org/kde/plasma/extras" as PlasmaExtras
>
> so far
On Wed, Mar 6, 2013 at 3:32 AM, Eric Mesa wrote:
> So far in my QML/QT Quick programs instead of doing an import like this:
>
> import org.kde.plasma.extras as PlasmaExtras
>
> I have to do something like this:
>
> import "/usr/lib64/kde4/imports/org/kde/plasma/extras" as PlasmaExtras
>
> so far