Re: Is this thing on? Cross-compiling for ARM

PR <[email protected]> Fri, 15 Nov 2019 18:27:32 +0100
Newsgroups gmane.lisp.ecl.general
Message-ID <CAOJeB-CDy=vVzxM8zh6OT6Nxh+_jhwgB62g_BT0DS2aM3-tTKQ@mail.gmail.com>
On 11/8/19, Erik Winkels <aerique-qWit8jRvyhVmR6Xm/[email protected]> wrote:
> Have you been able to "import EQL5 1.0" the quick module?

just a generic note: as soon as you load the quick module from Lisp using:
  (eql:qrequire :quick)
the EQL5 1.0 module is available in QML.

If you are using Qt Creator to edit QML (surely the preferred way), it
will tell you:
  import EQL5 1.0   "QML module not found (EQL5)."
as a red warning message; but this can simply be ignored.

(Don't know if this is helpful in your situation.)

Paul