QT mapviewer on Raspberry pi3
-
wrote on 18 Jan 2018, 10:39 last edited by
Hello
How to run 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 -
wrote on 18 Jan 2018, 10:55 last edited by
I know this site. My application run on Ubuntu but not run on Raspberry pi 3. on Raspberry the errors is Project ERROR: Unknown module(s) in QT: qml quick positioning location.
How can I correct this errors ? -
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. -
wrote on 18 Jan 2018, 12:09 last edited by
Which moduls must I load this page "http://www.qtrpi.com/home" ?
-
wrote on 18 Jan 2018, 12:15 last edited by
http://code.qt.io/cgit/ from this page
-
wrote on 18 Jan 2018, 17:14 last edited by
@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.
1/7