mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
28 lines
566 B
JSON
28 lines
566 B
JSON
{
|
|
"name": "kddockwidgets",
|
|
"version": "2.1.0",
|
|
"port-version": 1,
|
|
"description": "KDAB's Dock Widget Framework for Qt",
|
|
"homepage": "https://www.kdab.com/development-resources/qt-tools/kddockwidgets/",
|
|
"license": "GPL-2.0-only OR GPL-3.0-only",
|
|
"dependencies": [
|
|
"kdbindings",
|
|
"nlohmann-json",
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"widgets"
|
|
]
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|