mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 02:28:59 +08:00
20 lines
403 B
JSON
20 lines
403 B
JSON
|
{
|
||
|
"name": "qt5-winextras",
|
||
|
"version-string": "5.15.2",
|
||
|
"port-version": 1,
|
||
|
"description": "Qt5 Windows Extras Module. Provides platform-specific APIs for Windows.",
|
||
|
"supports": "windows",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "atlmfc",
|
||
|
"platform": "windows"
|
||
|
},
|
||
|
{
|
||
|
"name": "qt5-base",
|
||
|
"default-features": false
|
||
|
},
|
||
|
"qt5-declarative",
|
||
|
"qt5-multimedia"
|
||
|
]
|
||
|
}
|