Re: [Development] Qt5.3 / Location Maps

2014-08-14 Thread Kate Alhola
I have done more work towards our app QtQuick2 transition. Several things I found out - Qt3d and location with geoservices compiles nicely for Android and iOS - For iOS by default they still create dynamic libs and needs to be patched to make static version - After iOS make is made, make clean

Re: [Development] Qt5.3 / Location Maps

2014-05-12 Thread Blasche Alexander
Sent: Sunday, 11 May 2014 12:54 To: Aaron McCarthy Cc: development@qt-project.org Subject: Re: [Development] Qt5.3 / Location Maps 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

Re: [Development] Qt5.3 / Location Maps

2014-05-11 Thread Kate Alhola
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

Re: [Development] Qt5.3 / Location Maps

2014-05-08 Thread Kate Alhola
On Wed, May 7, 2014 at 3:41 AM, Aaron McCarthy mccarthy.aa...@gmail.comwrote: Hi, On Tue, 6 May 2014 15:59:59 Kate Alhola wrote: Hi, i have been doing application that uses maps. Application UI is Qml but all data is generated on C++ side and once again, thee basic issue, is there any

[Development] Qt5.3 / Location Maps

2014-05-06 Thread Kate Alhola
Hi, i have been doing application that uses maps. Application UI is Qml but all data is generated on C++ side and once again, thee basic issue, is there any way to add items from C++ to Qml map. I used Qt4.8 and there was basically same issue, there was no way to add any C++ generated stuff on

Re: [Development] Qt5.3 / Location Maps

2014-05-06 Thread Aaron McCarthy
Hi, On Tue, 6 May 2014 15:59:59 Kate Alhola wrote: Hi, i have been doing application that uses maps. Application UI is Qml but all data is generated on C++ side and once again, thee basic issue, is there any way to add items from C++ to Qml map. I used Qt4.8 and there was basically same