Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. [Solved] Multimedia component in QML Qt Mobility 1.1 requries OpenGL? Not included in Qt SDK TP 1.1 for Symbian^3?
Forum Updated to NodeBB v4.3 + New Features

[Solved] Multimedia component in QML Qt Mobility 1.1 requries OpenGL? Not included in Qt SDK TP 1.1 for Symbian^3?

Scheduled Pinned Locked Moved QML and Qt Quick
2 Posts 1 Posters 2.0k 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.
  • J Offline
    J Offline
    joejoejoejoe
    wrote on last edited by
    #1

    Hi,

    Has anyone gotten an application using the multimedia component of the Qt Mobility 1.1 QML packages to compile for Symbian^3 under the Technology Preview SDK 1.1? It seems that as soon as I add
    @
    CONFIG += mobility
    MOBILITY += multimedia
    @ I get a linker error complaining about a missing OpenGL library as follows:
    @
    :-1: error: No rule to make target \QtSDK\Symbian\SDKs\Symbian1Qt471\epoc32\release\armv5\LIB\QtOpenGL.dso', needed by \QtSDK\Symbian\SDKs\Symbian1Qt471\epoc32\release\gcce\urel\MyApp.exe'. Stop.
    @

    I have read that this library needs to be self-compiled or obtained elsewhere but I haven't found any instructions as to how. Can someone help me out?

    Thanks!

    1 Reply Last reply
    0
    • J Offline
      J Offline
      joejoejoejoe
      wrote on last edited by
      #2

      Solved this myself again. The issue was that I accidentally compiled against Symbian^1 instead of ^3 and ^1 doesn't support OpenGL yet. This solves the case for me, however anyone targeting ^1 will still have this issue.
      See http://bugreports.qt.nokia.com/browse/QTMOBILITY-986

      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