Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Qt 6
  4. Qt6 Multimedia and Qbs results in "Dependency 'Qt.multimedia' not found for product 'qt'."
Forum Updated to NodeBB v4.3 + New Features

Qt6 Multimedia and Qbs results in "Dependency 'Qt.multimedia' not found for product 'qt'."

Scheduled Pinned Locked Moved Unsolved Qt 6
2 Posts 2 Posters 449 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.
  • F Offline
    F Offline
    Fabian Huegle
    wrote on last edited by
    #1

    We are still using Qbs and will keep using it. I have ported a solution using Qt Multimedia from 5.15 to 6.2. Besides some minor code aspects that needed change all works well except the integration of Qt Multimedia. I did install QMultimedia through maintainance tool and kept using the very same Qbs which works for 5.15 but results in

    Dependency 'Qt.multimedia' not found for product 'qt'.

    in this line:
    Depends { name: "Qt"; submodules: qtModules }

    whereas in submodules list there is "multimedia". If I leave out "multimedia" all other submodules work.

    Any ideas?

    1 Reply Last reply
    0
    • M Offline
      M Offline
      moriv4
      wrote on last edited by
      #2

      Delete the qbs build directory in your project after exiting QtCreator and build it again

      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