Re: [Interest] Build fail and OpenGL

2016-07-15 Thread Michael R Nelson
Indeed, that line is not found in GLES2/gl2.h. The source comes from Toradex_CE800 SDK, which they provide in support of their Colibri VF61 SOM and eval board. I'll take the issue up with them. Thanks for the help! Mike -Original Message- From: Interest

Re: [Interest] Managing memory with QObject*-models exposed to QML

2016-07-15 Thread Ben Lau
Hi, In my humble opinion, QObjectListModel is a bad idea. Because it is difficult to manage the life cycle of QObject with QML. Just like your problem. I have met the similar issue in my first QML project. The application always crashes. The pattern is purely random. I wasted a lot of time to

Re: [Interest] Be aware: QtLocation's free MapQuest service discontinued

2016-07-15 Thread Michael Tims
Hello, Also worth noting is that Esri will soon be pushing in an additional QtLocation provider plugin into the next minor and patch releases of the Qt framework. It will give you access to many of the Esri maps provided from ArcGIS online services. Also world geocoding and routing services

Re: [Interest] Build fail and OpenGL

2016-07-15 Thread Thiago Macieira
On sexta-feira, 15 de julho de 2016 08:25:03 PDT Michael R Nelson wrote: > c:\qt\5.6\src\qtbase\include\qtgui\../../src/gui/opengl/qopengles2ext.h(22) > : error C2146: syntax error : missing ';' before identifier 'GLint64' > > Can someone help me understand why the build fails? Is it because I've

Re: [Interest] Qt Location with Mapbox plugin?

2016-07-15 Thread guillaume . belz
Hi Do you see http://doc.qt.io/qt-5/location-plugin-mapbox.html and https://www.mapbox.com/help/define-map-id/ ? Cheers Guillaume - Mail original - > De: "Ola Røer Thorsen" > À: "interest" > Envoyé: Vendredi 15 Juillet 2016 13:43:25

Re: [Interest] Qt Location with Mapbox plugin?

2016-07-15 Thread Ola Røer Thorsen
> Den 15. juli 2016 kl. 15:01 skrev "Olivier B." > : > > There was a message about it in that same mailing list earlier this morning > from alexander.blas...@qt.io : > Saw that but it's not relevant to my actual question. I am actually trying to use

Re: [Interest] Qt Location with Mapbox plugin?

2016-07-15 Thread Olivier B.
There was a message about it in that same mailing list earlier this morning from alexander.blas...@qt.io : Hi, Qt Location provides three content/map provider plugins (HERE, MapBox and MapQuest). The first two providers require an account to run and MapQuest was free of any registration so far.

Re: [Interest] Building Qt/Android on Windows

2016-07-15 Thread Oleg Evseev
After all I was able to build it. I set environment variables through Advanced System Settings (instead of command line) and add to Path variable. 2016-07-14 15:35 GMT+03:00 Oleg Evseev : > Hi, > > Trying to build Qt/Android 5.7 on Windows 7 SP1 x64 using this instruction >

[Interest] Qt Location with Mapbox plugin?

2016-07-15 Thread Ola Røer Thorsen
I'm struggling getting any maps shown using the Qt Location Mapbox plugin. I'm getting error messages like "failed to fetch tile, , server replied: Forbidden". The plugin needs a map_id and an access_token. On the mapbox website it's easy to find the access tokens, but no map id's. Maybe

[Interest] Build fail and OpenGL

2016-07-15 Thread Michael R Nelson
Hello, Trying to build Qt 5.6.1-2 for Colibri VF61, which has no hardware acceleration. configure -prefix c:\Qt\5.6\vf61 -platform win32-msvc2013 -xplatform wince80colibri-armv7-msvc2012 -nomake tests -nomake examples -commercial -confirm-license -release Build (nmake) fails on OpenGL:

[Interest] Be aware: QtLocation's free MapQuest service discontinued

2016-07-15 Thread Alexander Blasche
Hi, Qt Location provides three content/map provider plugins (HERE, MapBox and MapQuest). The first two providers require an account to run and MapQuest was free of any registration so far. Unfortunately this changed this Monday. More details in: https://bugreports.qt.io/browse/QTBUG-54599 As