Re: Is this thing on? Cross-compiling for ARM
Renaud Casenave-Péré <renaud-JgYNFWTjKzk836Pjwa/[email protected]> Sat, 16 Nov 2019 17:06:35 +0900
| Newsgroups | gmane.lisp.ecl.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, On Fri, Nov 15 2019, PR wrote: > 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. Yes, I haven’t had any issues. Lisp.call() in qml files works as it should. Paul’s advice might be what you are looking for. You can have a look at my eql5-sfos sample repository. It compiles the C++ file and all lisp files, and deploy a package, all from within Qt Creator. I am working with the application deployed directly on the phone but I don’t see why it would be different in the emulator. In my case the only C++ class I use is to comply with sailfishos booster facility but I guess you can ignore it all and do everything using only lisp and qml. -- Renaud Casenave-Péré