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
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to