Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. QtMultimediaKit (on Ubuntu)
Qt 6.11 is out! See what's new in the release blog

QtMultimediaKit (on Ubuntu)

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 2 Posters 7.8k 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.
  • M Offline
    M Offline
    Mac_H
    wrote on last edited by
    #1

    I have the simplest case possible:

    1. A fresh install of Qt Creator* straight from the Ubuntu Software Centre.
    2. I run it, select the C++ example 'Multimedia >> Audio Devices' ... building as desktop.
    3. I press [Build] - it fails.

    I had to poke around to install QtMultimediaKit ... but even then it can't find <qmobilityglobal.h> & <qtmedianamespace.h>

    (For the sake of people searching the forums later: Error Message: | qmobilityglobal.h: No such file or directory | )

    Which package do I need to download? I've basically selected every QT package I could find - but still no joy.

    Thanks in advance,

    Mac

    (Note: * Qt Creator 2.2.1, based on Qt 4.7.4 (32-bit) )

    1 Reply Last reply
    0
    • M Offline
      M Offline
      Mac_H
      wrote on last edited by
      #2

      Hmm -- a solution seems to be:

      1. Download additional libraries
      2. Add this to the .pro file:

      INCLUDEPATH += /usr/include/QtMultimediaKit
      INCLUDEPATH += /usr/include/QtMobility

      It seems bizarre, though, that the sample projects supplied with the creator don't run straight out of the box - that's why they are sample projects.

      Mac

      1 Reply Last reply
      0
      • D Offline
        D Offline
        dialingo
        wrote on last edited by
        #3

        Install

        • qtmobility-dev
        • libdeclarative-multimedia
        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