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. unknown modules multimedia multimediawidgets on Jetson TX2

unknown modules multimedia multimediawidgets on Jetson TX2

Scheduled Pinned Locked Moved Solved Mobile and Embedded
4 Posts 3 Posters 377 Views
  • 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.
  • mit_cruzeM Offline
    mit_cruzeM Offline
    mit_cruze
    wrote on last edited by
    #1

    Hi,

    I have downloaded QT sources from here and built them.

    1. Extracted Tar file.
    2. cd qt-everywhere-opensource-src-5.9.4
    3. ./configure
    4. make -j4
    5. make install
    6. Added "export PATH=(the path you extracted qt source)/qtbase/bin:$PATH" in bashrc
    7. source ~/.bashrc

    I tried to create simple project having multimedia modules.

    But it is giving me error as unknown modules multimedia multimediawidgets

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tech.hi
      wrote on last edited by
      #2

      hi,
      Try installing the package qtmultimedia5-dev.

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

        Hi,

        Your step number 6 looks wrong. The path should be where "make install" put the files.

        However, the best way to work is to call qmake with the full path so you ensure you are using the version you want.

        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
        1
        • mit_cruzeM Offline
          mit_cruzeM Offline
          mit_cruze
          wrote on last edited by
          #4

          Thanks @SGaist It Worked.

          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