Problem in creating SIS Package
Installation and Deployment
22
Posts
7
Posters
10.4k
Views
1
Watching
-
Hi, I have the same problem, when I add openGL to my project, the project doesn't work on symbian?
because of this in my .pro
@QT += opengl@
I get this error
@/QtSDK/Symbian/SDKs/Symbian1Qt473/include/QtOpenGL/qgl.h:69: fatal error: GLES2/gl2.h: No such file or directory
@Qt 4.7.4
It works on Maemo N900, and in Simulator, but not in Symbian!!
I just solved this issue, it's not supported on Symbian^1, so remove Symbian^1 target,
On left click on projects, then symbian->build,
Near Edit build config, remove all Symbian^1 related stuff.
Qt Version, select one for Symbian^3.
then, build and enjoy.