Compiling Qt5 - QDeclarativeView problem
-
Are you using Qt Quick 2? Then what you need is QSGView (or at least used to be - this is just a placeholder, temporary name. I don't remember what the decision was, but it might have changed to QQuickView).
Or you can go back to Qt Quick 1 and continue with Declarative View.
-
Qt would not have compiled otherwise, but are you sure you have libmes-dev installed?
Anyway, a bit too late, but I've found the relevant doc from Qt5 snapshot doc: http://doc.qt.nokia.com/5.0-snapshot/qquickview.html
The name was indeed changed to QQuickView, it would seem.
-
A typo, sorry, I've meant mesa library. But it's irrelevant now that you successfully compiled. As for MX53 - I won't be able to help here. But Qt definitely does work on ARM (Android, iOS, Symbian...) so it should be doable :)