mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 12:59:03 +08:00
14 lines
411 B
JSON
14 lines
411 B
JSON
{
|
|
"name": "qt5-multimedia",
|
|
"version": "5.15.15",
|
|
"description": "Qt Multimedia is an essential module that provides a rich set of QML types and C++ classes to handle multimedia content. It also provides necessary APIs to access the camera and radio functionality.",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "qt5-base",
|
|
"default-features": false
|
|
},
|
|
"qt5-declarative"
|
|
]
|
|
}
|