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. How to I use GPS in Qt?

How to I use GPS in Qt?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
6 Posts 3 Posters 2.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.
  • ArasA Offline
    ArasA Offline
    Aras
    wrote on last edited by
    #1

    I have a GPS and the unit is showing up in Linux and xgps is able to connect to it and use it. What do I need to do to access GPS api in qt? I tried installing gypsy libraries and reconfiguring the project, however in the configure output I see no:

    Qt Location:
      Gypsy GPS Daemon ....................... no
      WinRT Geolocation API .................. no
    

    I am using Ubuntu 16.04. Can anyone point me in the right direction?

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

      Hi,

      Maybe a silly question but did you install the development package fro Gypsy ?

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

      1 Reply Last reply
      1
      • ArasA Offline
        ArasA Offline
        Aras
        wrote on last edited by
        #3

        Yes I installed the dev and any other packages with the name gypsy in it. Any ideas what else I need to do?

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

          Are you configuring that module by hand or through the configure script ?

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

          1 Reply Last reply
          0
          • ArasA Offline
            ArasA Offline
            Aras
            wrote on last edited by
            #5

            I am preparing Qt for build by running the configure script against the latest source code (Qt5.9.0). The section I mentioned in my original post was from the output of confgure script.

            jsulmJ 1 Reply Last reply
            0
            • ArasA Aras

              I am preparing Qt for build by running the configure script against the latest source code (Qt5.9.0). The section I mentioned in my original post was from the output of confgure script.

              jsulmJ Online
              jsulmJ Online
              jsulm
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @Aras Add -v parameter to configure then you will see what exactly is missing (in the configure output/log).

              https://forum.qt.io/topic/113070/qt-code-of-conduct

              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