I've installed ArcGIS RT for Qt and when I try to run a Hello World kind of app I get this message:
Starting C:\AppDev\Qt\build-test1-Desktop_Qt_5_1_1_MSVC2012_OpenGL_64bit-Debug\debug\test1.exe...
Rendering engine : OpenGL
QWindowsGLContext::getProcAddress: Unable to resolve 'glProgramParameteri'
QWindowsGLContext::getProcAddress: Unable to resolve 'glProgramParameteriEXT'
QWindowsGLContext::getProcAddress: Unable to resolve 'glProgramParameteri'
QWindowsGLContext::getProcAddress: Unable to resolve 'glProgramParameteriEXT'
QWindowsGLContext::getProcAddress: Unable to resolve 'glProgramParameteri'
QWindowsGLContext::getProcAddress: Unable to resolve 'glProgramParameteriEXT'
This is with v10.2 of RT, and v5.1.1 of Qt and my OpenGL version is 3.3.
Thanks!