Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt4.8 for Symbian 3
Qt 6.11 is out! See what's new in the release blog

Qt4.8 for Symbian 3

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 3.6k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    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.
    @C:/QtGL/QtGL/glwindow.h:23: fatal error: QTOpengl/QGLFunctions: No such file or directory
    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 Last reply
    0
    • L Offline
      L Offline
      leon.anavi
      wrote on last edited by
      #2

      Check the "documentation about OpenGL Support in Symbian":http://doc.qt.nokia.com/4.7-snapshot/platform-notes-symbian.html#opengl-support-in-symbian Does your devices support OpenGL ES 2.0 and have you updated them to Symbian Anna or Nokia Belle?

      http://anavi.org/

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved