Installing the Multimedia component?
- 
Hello, I have Qt 6.3.1 on Windows 10. I'm currently trying to compile a third party application that uses QT. I'm running their cmake file. CMakeList.txt has this line in it: 
 find_package(Qt6 6.3.0 REQUIRED COMPONENTS OpenGLWidgets Multimedia Svg LinguistTools)The error it throws is "Failed to find QT component "Multimedia"". I attempted to use the QT Maintenance Tool to install the Multimedia component, but I see no options to select that component for my installed version 6.3.1. Is there a way I can get this component? Thanks for any help! 
 ...John
- 
Hello, I have Qt 6.3.1 on Windows 10. I'm currently trying to compile a third party application that uses QT. I'm running their cmake file. CMakeList.txt has this line in it: 
 find_package(Qt6 6.3.0 REQUIRED COMPONENTS OpenGLWidgets Multimedia Svg LinguistTools)The error it throws is "Failed to find QT component "Multimedia"". I attempted to use the QT Maintenance Tool to install the Multimedia component, but I see no options to select that component for my installed version 6.3.1. Is there a way I can get this component? Thanks for any help! 
 ...JohnI'm hoping for an answer on this. Here is a screenshot of the QT Maintenance Tool. Shouldn't I see a way to install the QT Multimedia component here? I have a red arrow where I would have assumed I'd see it (I've seen examples on the web with screenshots showing it.) I have 6.3.1 installed.  Thanks, 
 ...John
