<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.8.5">
</HEAD>
<BODY>
On Sat, 2015-10-10 at 14:56 -0400, Darren Landoll wrote: <BR>
<BLOCKQUOTE TYPE=CITE>
    I've been working with the latest versions of Snappy core and Mir to try getting a Qt/QML application running successfully. Not sure if this list or mir-devel is the best place for this topic, so starting here first.<BR>
</BLOCKQUOTE>
<BR>
So I'm assuming the Mir related things will be picked up on the mir-devel list, but just to cover some "fun" Qt and QML stuff. Basically you need a large number of environment variables. You can see the list in the QML Snapcraft plugin:<BR>
<BR>
<A HREF="http://bazaar.launchpad.net/~snappy-dev/snapcraft/core/view/head:/snapcraft/plugins/qml.py#L78">http://bazaar.launchpad.net/~snappy-dev/snapcraft/core/view/head:/snapcraft/plugins/qml.py#L78</A><BR>
<BR>
What I'd recommend is actually using that plugin to build your snap, instead of using deb2snap, so then you'll get all of those environment variables for "free". There is an example of doing this in the snapcraft codebase here:<BR>
<BR>
<A HREF="http://bazaar.launchpad.net/~snappy-dev/snapcraft/core/view/head:/examples/qmldemo/snapcraft.yaml">http://bazaar.launchpad.net/~snappy-dev/snapcraft/core/view/head:/examples/qmldemo/snapcraft.yaml</A><BR>
<BR>
Then you can just setup copy for your QML files. We also have CMake and other Snapcraft plugins depending on how your build works.<BR>
<BR>
Ted <BR>
<BR>
</BODY>
</HTML>