简体   繁体   中英

How to install Qt with multimedia on Windows

I'd installed QT for Windows but when I try to use QT += multimedia in the.pro file it showed me that this module was unknown. I checked Qt online installer for additional modules but there was no such a component there. How can I get Qt with multimedia on Windows?

If you're using Qt 6, Qt multimedia will be re-provided in Qt 6.2 which hasn't been released yet. You can find the whole list of modules which will be added to Qt 6.2 here: https://www.qt.io/blog/add-on-support-in-qt-6.0-and-beyond

For Qt 6.2 we are planning to provide the following additional libraries:

 Qt Bluetooth
 Qt Data Visualization
 Qt Lottie Animation
 Qt Multimedia
 Qt NFC
 Qt Positioning
 Qt Quick Dialogs: Folder, Message Box
 Qt Remote Objects
 Qt Sensors
 Qt SerialBus
 Qt SerialPort
 Qt WebChannel
 Qt WebEngine
 Qt WebSockets
 Qt WebView

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM