mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 08:59:46 +08:00
24 lines
613 B
JSON
24 lines
613 B
JSON
{
|
|
"name": "qt5-winextras",
|
|
"version": "5.15.13",
|
|
"port-version": 1,
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|