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. QtLocation geoservice plugin on iOS
QtWS25 Last Chance

QtLocation geoservice plugin on iOS

Scheduled Pinned Locked Moved Mobile and Embedded
qtlocation pluggeoservices
4 Posts 3 Posters 1.7k 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
    Maxwell77
    wrote on 13 Jul 2015, 09:45 last edited by
    #1

    I wrote a proper plugin (geoservice) for QtLocation. The plugin is correctly loaded on Linux and Android. But on iOS (and even Windows) im not able to integrate the plugin into the application. Has anybody an idea what I'm doing wrong?

    My project file:
    TEMPLATE = lib
    QT += location-private positioning-private network xml
    CONFIG += qt plugin
    CONFIG += lib_bundle create_prl

    TARGET = geoservices_wms
    DESTDIR = $$[QT_INSTALL_PLUGINS]/geoservices

    PLUGIN_TYPE = geoservices
    PLUGIN_CLASS_NAME = WMSProvider

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 13 Jul 2015, 20:54 last edited by
      #2

      Hi,

      You can start your application with QT_DEBUG_PLUGINS set to 1 in the environment variables to see what is happening.

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

      M 1 Reply Last reply 15 Jul 2015, 06:39
      0
      • S SGaist
        13 Jul 2015, 20:54

        Hi,

        You can start your application with QT_DEBUG_PLUGINS set to 1 in the environment variables to see what is happening.

        M Offline
        M Offline
        Maxwell77
        wrote on 15 Jul 2015, 06:39 last edited by
        #3

        @SGaist
        Hi, how can i enable QT_DEBUG_PLUGINS for iOS? I have no problem on Linux, but I cannot find where set it for iOS.

        I think the environment doesn't find the library. In xcode, I can find all the dependencies to the other geoservices. My plugin is missing , in the xcode dependencies. The library is located in correctly in the plugin/geoservices folder. So I suppose, I missed something in the configuration....

        Thx

        1 Reply Last reply
        0
        • T Offline
          T Offline
          Tortuga
          wrote on 5 Apr 2016, 15:56 last edited by
          #4

          Hi,
          Do you succeed to resolve this ?
          Indeed, I try to create a new GeoService plugin with the same issues...

          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