mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:08:59 +08:00
23 lines
592 B
JSON
23 lines
592 B
JSON
{
|
|
"name": "qt5-winextras",
|
|
"version": "5.15.15",
|
|
"description": "Qt Windows Extras provide classes and functions that enable you to use miscellaneous Windows-specific functions. For example, you can convert Qt objects to Windows object handles and manipulate DWM glass frames.",
|
|
"license": null,
|
|
"supports": "windows",
|
|
"dependencies": [
|
|
"atlmfc",
|
|
{
|
|
"name": "qt5-base",
|
|
"default-features": false
|
|
}
|
|
],
|
|
"features": {
|
|
"declarative": {
|
|
"description": "Build Qt Quick imports",
|
|
"dependencies": [
|
|
"qt5-declarative"
|
|
]
|
|
}
|
|
}
|
|
}
|