How to I use GPS in Qt?
Unsolved
Mobile and Embedded
-
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?
-
Hi,
Maybe a silly question but did you install the development package fro Gypsy ?
-
Are you configuring that module by hand or through the configure script ?
-
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.