[Development] Qt5.3 / Location Maps

Kate Alhola kate.alhola at gmail.com
Sun May 11 12:53:45 CEST 2014


I just updated to Qt5.3RC and noticed that something has changed in modules
build system since beta.
I was able to compile QtQuick1 maps I ported form 4.8 with Beta but mo more
with 5.3RC or least not for ios.


There is issue that I got error
Project ERROR: No module claims plugin type 'geoservices'

This error did not appear in 5.3beta

Reason is that in 5.3RC it requires mkspecs/modules/qt_lib_location.pri
with line QT.location.plugin_types = geoservices
This file is created with new Qt5Location that requires qt3d and qt3d is
not compiling as static lib required for ios
I got QtQuick1 maps compiled for Linux/OSX/Android when I first compiled
and installed qt3d and then rebuild location with new maps even the
QtQuick1 maps does not require either of them.

I have tried find out where this mkspecs//modules/qt_lib_location.pri ic
created but I have not yet find out that. Least it was not required in Beta
to compile Qtquick1 maps.

Any hints to documents how to create  mkspecs/modules/qt_lib_location.pri
and any hint how to compile qt3d for ios

Kate
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20140511/9c49a34a/attachment.html>


More information about the Development mailing list