Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt positioning on Raspberry Pi 3
Forum Updated to NodeBB v4.3 + New Features

Qt positioning on Raspberry Pi 3

Scheduled Pinned Locked Moved Solved Mobile and Embedded
3 Posts 2 Posters 889 Views 1 Watching
  • 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.
  • B Offline
    B Offline
    Bill Chadwick
    wrote on last edited by
    #1

    I am using Qt 5.3.2 and QtCreator on Raspberry Pi 3 (Raspbian / Jessie).

    I wanted to use Qt positioning.

    It was reasonably obvious that I needed to install libqt5positioning5

    How was I supposed to know that I also needed to install qtpositioning5-dev ?

    It took me quite a while to find that out.

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

      Hi and welcome to devnet,

      Usually when starting to develop on Linux, it's a pretty normal step to first look how development resources are provided on that distribution.

      If you take out distributions like Gentoo where everything is built from source, all other distributions provide libraries in one package and the development related files in another to avoid filling non-developer users's hard drive.

      Raspbian is a Debian derivative. In Debian development packages ends with -dev. One way to find that is to search for Qt5 positioning development Debian.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      B 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi and welcome to devnet,

        Usually when starting to develop on Linux, it's a pretty normal step to first look how development resources are provided on that distribution.

        If you take out distributions like Gentoo where everything is built from source, all other distributions provide libraries in one package and the development related files in another to avoid filling non-developer users's hard drive.

        Raspbian is a Debian derivative. In Debian development packages ends with -dev. One way to find that is to search for Qt5 positioning development Debian.

        B Offline
        B Offline
        Bill Chadwick
        wrote on last edited by
        #3

        @SGaist Thanks

        1 Reply Last reply
        0

        • Login

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