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. [solved]QSound for embedded ubuntu, qt_lib_multimedia.pri is lost
Forum Updated to NodeBB v4.3 + New Features

[solved]QSound for embedded ubuntu, qt_lib_multimedia.pri is lost

Scheduled Pinned Locked Moved Mobile and Embedded
5 Posts 2 Posters 4.5k 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
    maatong
    wrote on last edited by
    #1

    Hi all:
    I'm now trying to build a media player on a ARM board, the cpu is freescale iMX6. System on board is ubuntu 12.04. And I have build a cross complier for the board on my PC which is also running 12.04.
    I've built a small program using QSound to play a wav file successfully on my computer.
    But when I tried to complie it with cross complier, a notice reads: " Project ERROR: Unknown module(s) in QT: multimedia " appeared.
    In my .pro file, I've added QT += widgets multimedia.
    And I've include <QSound> in my main.cpp.
    And I've checked the cross complier libs, there's QSound there.

    When compile programs for PC, I use g++.
    And for the arm system, I use arm-fsl-linux-gnueabi-gcc.

    In the ../qt5/qtbase/mkspecs/modules
    There's no files like qt_lib_multimedia.pri.

    So is it the cause of problem? Is so how can I install it?
    So does anyone meet the same problem?
    Do I need to set more parameters?
    Thanks a lot.

    https://www.linkedin.com/pub/yini-guo/71/4b3/4a0

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andreyc
      wrote on last edited by
      #2

      What version of Qt do you use for ARM board ?
      What version of Qt do run on desktop?

      1 Reply Last reply
      0
      • M Offline
        M Offline
        maatong
        wrote on last edited by
        #3

        [quote author="andreyc" date="1398395836"]What version of Qt do you use for ARM board ?
        What version of Qt do run on desktop?[/quote]

        For the desktop, it's newest version: 5.2.1, I downloaded the online installer from http://qt-project.org/downloads
        I use the 64bit version for linux.

        For the ARM board ,it's qt5, I get it from
        https://qt.gitorious.org/qt/qt5/source/055e2822456ad09cc939c628e4a86105eda5dade:
        with git clone git://gitorious.org/qt/qt5.git qt5
        I think it's 5.3.0

        https://www.linkedin.com/pub/yini-guo/71/4b3/4a0

        1 Reply Last reply
        0
        • M Offline
          M Offline
          maatong
          wrote on last edited by
          #4

          I've tried to install all the required packages here:
          http://qt-project.org/wiki/Building_Qt_5_from_Git
          and made again, but this problem is still there.

          https://www.linkedin.com/pub/yini-guo/71/4b3/4a0

          1 Reply Last reply
          0
          • M Offline
            M Offline
            maatong
            wrote on last edited by
            #5

            Problem solved in this topic:
            http://qt-project.org/forums/viewthread/41867/

            https://www.linkedin.com/pub/yini-guo/71/4b3/4a0

            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