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

PR <[email protected]> Mon, 18 Feb 2019 13:03:37 +0100
Newsgroups gmane.lisp.ecl.general
Message-ID <CAOJeB-DVcfP8rvjOBT8y26Q58rZRt=VxqeF8SiODb-ZL3NDAWQ@mail.gmail.com>
2019-02-18 12:10 GMT+01:00, Erik Winkels <aerique-qWit8jRvyhVmR6Xm/[email protected]>:
> ...but I'm unclear how EQL fits in here due to
> Sailfish's own layer on top of QT (Silica).

That's not a problem: Silica is written in QML, in order to provide
custom look and feel for Sailfish, so you only need to import Silica
at the top of your QML files like this:

  import Sailfish.Silica 1.0

(Not that I have any experience with Sailfish/Silica, just repeating
what the docu says.)

Paul