Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Cannot include QtMultimedia on Qt 4.8.1
Qt 6.11 is out! See what's new in the release blog

Cannot include QtMultimedia on Qt 4.8.1

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 3.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.
  • D Offline
    D Offline
    dotK
    wrote on last edited by
    #1

    Hello everyone, I think I have a little problem

    I want do a Audio recorder but...
    I cannot include the QtMultimedia

    I'm using Ubuntu 12.04.1 LTS, and the 4.8.1 version of Qt

    here is the .pro file:

    @
    QT += core gui
    QT += multimedia

    TARGET = TestAudio
    TEMPLATE = app

    SOURCES += main.cpp
    audioinput.cpp

    HEADERS += audioinput.h

    FORMS += audioinput.ui
    @

    I think if I include QT += multimedia shuold work...

    What's my wrong?

    [.k] - A Mad Programmer

    1 Reply Last reply
    0
    • JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      You didn't do anything wrong. That's how it's SUPPOSED to be done, but the Ubuntu packagers decided to change QtMultimedia's packaging (I'm not sure why).

      Try this: http://stackoverflow.com/questions/11392604/qtmultimedia-module-in-ubuntu-12-04lts

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

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

        Thanks, I will try it

        [.k] - A Mad Programmer

        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