Qt4.8 for Symbian 3
Hi
I have created a small demo for Symbian^3 that uses OpenGL ES 2.0 via QGLFunctions, but it is not compiling for the device (C7 and N8). It runs fine on the desktop, though (but it is not a target platform).
The problem is that the compiler is not able to find QGLFunctions, i.e.
- compilation terminated.
Is the QGLFunctions module supported for Symbian^3 devices, or should I revert back to QtOpenGL only? If yes, how can I install Qt 4.8 on device so that I am able to run my code?
p.s. I am aware of the smartinstaller option, and I am including it in my project settings, but it is useless if the code can’t compile for the device.
Also, I am adding
- INCLUDEPATH += C:\QtSDK\Symbian\SDKs\Symbian3Qt473\epoc32\include
in the Symbian {} part in my .pro file, but seems like QGLFunctions is not in the directory. (Is there something like Symbian3Qt480 etc?)
1 reply
Check the documentation about OpenGL Support in Symbian [doc.qt.nokia.com] Does your devices support OpenGL ES 2.0 and have you updated them to Symbian Anna or Nokia Belle?
You must log in to post a reply. Not a member yet? Register here!



