Re: Is this thing on? Cross-compiling for ARM
Renaud Casenave-Péré <renaud-JgYNFWTjKzk836Pjwa/[email protected]> Mon, 05 Aug 2019 10:22:29 +0900
| Newsgroups | gmane.lisp.ecl.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Erik, Thank you for poking me, Like you I haven’t taken the time to continue on this project since last time… > - `printsupport` and `uitools` in the .pro files > - `#include <QtPrintSupport>` in a lot of generated header files > - `#include <QUiLoader>` in one header file Yes, for those you just have to install missing packages. I also had to remove manually 5 classes that were part of libraries not found in sailfish distribution. Those are: From QMultimediaWidgets: - QCameraViewfinder - QGraphicsVideoItem - QVideoWidget - QVideoWidgetControl From QtQuickWidgets: - QQuickWidget For references, I have a private repository with some changes of mine to make it work. I noticed it’s not up-to-date with upstream, so expect things to change quite a bit when I find the time to make another package. Of course, comments are welcome: https://redmine.casenave.fr/sfos/eql5.git I also made a repository for the rpm spec file I used to make the package for sailfish: https://redmine.casenave.fr/sfos/eql5-spec.git -- Renaud Casenave-Péré