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. Cannot pass -multimedia to Qt5.5.1 ./configure
Forum Updated to NodeBB v4.3 + New Features

Cannot pass -multimedia to Qt5.5.1 ./configure

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
5 Posts 2 Posters 1.4k 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.
  • L Offline
    L Offline
    Lazar
    wrote on last edited by Lazar
    #1

    What are the requirements of Qt5 ./configure to pass -multimedia? I need multimedia and multimedia widgets to use in my application, but I don't see them in ./configure -h?I am getting 'UNKNOWN module: multimedia multimediawidgets'. Aren't they by default included in Qt5? Give me some tips please, thanks! :)

    Qt5.5.1 on Ubuntu 14.04.3 host machine

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Yes the multimedia module is included and built automatically by default. Why do you need to build Qt yourself ? The prebuilt package has it already.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      L 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi and welcome to devnet,

        Yes the multimedia module is included and built automatically by default. Why do you need to build Qt yourself ? The prebuilt package has it already.

        L Offline
        L Offline
        Lazar
        wrote on last edited by
        #3

        Hi @SGaist

        Because I will use it for cross compiling for armhf platform. I am building Qt5 from source.

        1 Reply Last reply
        0
        • L Offline
          L Offline
          Lazar
          wrote on last edited by
          #4

          @SGaist I found that inside qt5.5.1 tarball, there are folders like qtmultimedia, with .pro file inside, what are the steps to build it?

          If I can remember qmake -project will not be neccessary, but qmake will, also, make and make install, am I right?

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            Use your compiled qmake then make and main install. To ensure you use the right qmake, use the full path to it.

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            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