Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QtMultimediaConfigcmake does not exist?
QtWS25 Last Chance

QtMultimediaConfigcmake does not exist?

Scheduled Pinned Locked Moved Solved General and Desktop
4 Posts 3 Posters 247 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.
  • H Offline
    H Offline
    hilod
    wrote on last edited by
    #1

    2022-12-16 16 10 31.png

    jsulmJ 1 Reply Last reply
    0
    • H hilod

      2022-12-16 16 10 31.png

      jsulmJ Online
      jsulmJ Online
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @hilod Did you install QtMultimedia module?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      H 1 Reply Last reply
      0
      • jsulmJ jsulm

        @hilod Did you install QtMultimedia module?

        H Offline
        H Offline
        hilod
        wrote on last edited by
        #3

        @jsulm I looked at it and it really isn't installed.
        I wish the IDE would just remind me to install the module!

        1 Reply Last reply
        0
        • TomZT Offline
          TomZT Offline
          TomZ
          wrote on last edited by
          #4

          @hilod said in QtMultimediaConfigcmake does not exist?:

          I wish the IDE would just remind me to install the module!

          You use CMake to detect and notify users of this kind of things.

          Here is one way to do this for an optional package.

          if (NOT ${Qt6Multimedia_FOUND})
              message("WW Missing QtMultimedia libs, not building ${PROJECT_NAME}")
          endif ()
          
          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