Hello i have qt 4.8.2 and qt creator 2.5.2 with mingw compiler.I have downloaded microsoft visual studio express 2013, windbg and arcgis runtime sdk and followed the steps mentioned in the document.When i tried to create a new project and run using qt it

4752
11
12-04-2014 11:18 PM
NTLNiyantra_Technologies
New Contributor

start up problem

0 Kudos
11 Replies
NTLNiyantra_Technologies
New Contributor

Can i add openGl plugin to my current qt version.If possible where to download that opengl plugin

0 Kudos
LucasDanzinger
Esri Frequent Contributor

What is the reason you couldn't install the version that contained OpenGL? Did you get an error message that could be useful? Others can chime in, but as far as I know, you can't really install a plugin and apply it after the fact. The Qt version that specifies OpenGL uses OpenGL for all of the rendering, whereas the version that does not specify OpenGL uses Angle (DirectX that mimics OpenGL calls). Our SDK does not support Angle quite yet, so the OpenGL version of Qt is needed.

0 Kudos