mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:39:00 +08:00
24 lines
461 B
JSON
24 lines
461 B
JSON
{
|
|
"name": "kddockwidgets",
|
|
"version": "2.1.0",
|
|
"description": "KDAB's Dock Widget Framework for Qt",
|
|
"homepage": "https://www.kdab.com/development-resources/qt-tools/kddockwidgets/",
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"widgets"
|
|
]
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|