QT mapviewer on Raspberry pi3
-
Hi and welcome to the forums
You need a Qt compiled for ARM pi3
Normally people produce such version (cross compiling) by hand but you can cheat and use
http://www.qtrpi.com/home -
Hi
sounds like any of the
libqt5location5 , libqt5location5-plugins and friends are missing.Check on ubuntu with ldd on exe and compare to what ever you run on the Pi3
and see what is missing.
cross compile your own version with those modules included or maybe they can be apt-get install
depending on what OS your are using. -
Which moduls must I load this page "http://www.qtrpi.com/home" ?
-
http://code.qt.io/cgit/ from this page
-
@mrtglr33 it looks like you'd be double posting since this post of yours is also related to QML running on Rpi :-)
Please try avoiding duplicating your posts related to same topic, and allow more time for the users of the forum to reply.
Given that said, please take a look at this step by step guide about using Qt on Rpi.