removing Marble traces from the Subsurface tree

Dirk Hohndel dirk at hohndel.org
Fri Aug 25 11:09:38 PDT 2017


> On Aug 25, 2017, at 11:07 AM, Lubomir I. Ivanov <neolit123 at gmail.com> wrote:
>> 
>> That is the thing. There is no googlemaps
>> ---8<---
>> Cloning into 'googlemaps'...
>> Already on 'master'
>> Your branch is up-to-date with 'origin/master'.
>> Current branch master is up to date.
>> Project ERROR: No module claims plugin type 'geoservices'
>> sed: can't read Makefile: No such file or directory
>> make: *** No targets specified and no makefile found.  Stop.
>> make: *** No rule to make target 'install'.  Stop.
>> ---8<---
>> 
>> And no makefiles in the build dir either. Been trying to figure this
>> out for quite some time to no avail.
>> 
> 
> looks like that qmake cannot distinguish the module "geoservices". TMK
> this is declared here:
> https://github.com/qt/qtlocation/blob/5.9/src/location/location.pro#L21
> 
> as:
> MODULE_PLUGIN_TYPES = geoservices
> 
> so when the google maps plugin is telling:
> PLUGIN_TYPE = geoservices
> 
> this means that this plugin will be for the "location" module.
> 
> why this errors for you though, i don't know...
> logically "No module claims plugin type 'geoservices'" probably means
> a missing MODULE_PLUGIN_TYPES definition in location.pro.
> 
> what OS (distro) / Qt version is this?

Ah. I haven't tried to build this against older Qt... all the platforms I am
building this on (so far) are on 5.8 or newer. I wonder if that's the problem?

/D


More information about the subsurface mailing list