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. Statically built Qt 5.5.1 complains about missing "multimedia" module.
Forum Updated to NodeBB v4.3 + New Features

Statically built Qt 5.5.1 complains about missing "multimedia" module.

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
7 Posts 2 Posters 1.8k Views 2 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.
  • R Offline
    R Offline
    roni219
    wrote on last edited by
    #1

    Hello,

    I built Qt 5.5.1 on Windows 8.1 Pro from source, using the following commands:

    configure -prefix C:\Qt -release -force-debug-info -opensource -static -confirm-license -opengl desktop -no-compile-examples -nomake examples -no-sql-sqlite -nomake tests
    nmake
    nmake install

    Then I tried to compile a project in QtCreator. The project used multimedia module, and it used to compile with statically built Qt 5.4 on the same machine. Now the compiler gives the error message:

    Project ERROR: Unknown module(s) in QT: multimedia

    What could be missing?

    Thank you in advance!

    Roni.

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

      Hi and welcome to devnet,

      Did you call configure in qtbase or in the source root directory ?

      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
      • R Offline
        R Offline
        roni219
        wrote on last edited by
        #3

        In the source root directory (i.e. in C:\Qt\qt-everywhere-opensource-src-5.5.1).

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

          You can try building in by hand by going in the multimedia folder and call qmake + nmake there.

          By the way, don't forget the licensing implication when using a static build.

          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
          • R Offline
            R Offline
            roni219
            wrote on last edited by
            #5

            Thank you, SGaist. Do you mean calling qmake, and then nmake? Is "qmake install"/"nmake install" is also needed?

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

              Yes that's what I mean. There's no qmake install, you can only call nmake install but in your case, you should not need to do 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
              • R Offline
                R Offline
                roni219
                wrote on last edited by
                #7

                I did the following:

                cd qtmultimedia
                set PATH=%PATH%;C:\Qt\bin
                qmake > qmake_log.txt
                nmake > nmake_log.txt
                nmake install

                qmake did not produce any output, nmake did not seem to build anything - all was probably built during the main build. The problem with "multimedia" did not go away.

                If this is of any help, please see the screenshot of the kit configuration and the error/warning message associated with it:

                https://drive.google.com/file/d/0B3VIzaAFexv9NTltVU5Sc3Bfd3c/view?usp=sharing

                https://drive.google.com/file/d/0B3VIzaAFexv9aGx5X3YzNFpfWTQ/view?usp=sharing

                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