Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QT mapviewer on Raspberry pi3
QtWS25 Last Chance

QT mapviewer on Raspberry pi3

Scheduled Pinned Locked Moved Unsolved General and Desktop
7 Posts 3 Posters 1.0k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mrtglr33
    wrote on last edited by
    #1

    Hello

    How to run Qt mapviewer on Raspberry pi3 ?

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by mrjj
      #2

      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

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mrtglr33
        wrote on last edited by
        #3

        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 ?

        1 Reply Last reply
        0
        • mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          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.

          1 Reply Last reply
          1
          • M Offline
            M Offline
            mrtglr33
            wrote on last edited by
            #5

            Which moduls must I load this page "http://www.qtrpi.com/home" ?

            1 Reply Last reply
            0
            • M Offline
              M Offline
              mrtglr33
              wrote on last edited by
              #6

              http://code.qt.io/cgit/ from this page

              1 Reply Last reply
              0
              • Pablo J. RoginaP Offline
                Pablo J. RoginaP Offline
                Pablo J. Rogina
                wrote on last edited by
                #7

                @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.

                Upvote the answer(s) that helped you solve the issue
                Use "Topic Tools" button to mark your post as Solved
                Add screenshots via postimage.org
                Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

                1 Reply Last reply
                2

                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • Search
                • Get Qt Extensions
                • Unsolved